Skip to content

Commit b70105a

Browse files
committed
Exclude auto generated src folder from eslint
1 parent 30ea632 commit b70105a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ export default defineConfig([
66
ts,
77
jest,
88
{
9-
ignores: ['dist', 'node_modules'],
9+
ignores: ['dist', 'node_modules', 'src'],
1010
},
1111
])

0 commit comments

Comments
 (0)