Skip to content

Commit 5ed8bdc

Browse files
committed
Remove non existing file reference
1 parent d5f80ac commit 5ed8bdc

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
@@ -11,7 +11,7 @@ module.exports = {
1111
},
1212

1313
parserOptions: {
14-
project: ['./tsconfig.json', './plugin/tsconfig.json'],
14+
project: './tsconfig.json',
1515
ecmaFeatures: {jsx: true},
1616
ecmaVersion: 2018,
1717
sourceType: 'module',

0 commit comments

Comments
 (0)