Skip to content

Commit 59b5a09

Browse files
committed
fix: remove nonexistent tsconfig from eslintrc
1 parent 1e9d485 commit 59b5a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
},
88
parserOptions: {
99
ecmaVersion: 13,
10-
project: ['tsconfig.json', 'tsconfig.dev.json'],
10+
project: ['tsconfig.json'],
1111
sourceType: 'module',
1212
tsconfigRootDir: __dirname,
1313
},

0 commit comments

Comments
 (0)