Skip to content

Commit c901579

Browse files
committed
fix: remove parserOptions.project
1 parent 5150372 commit c901579

File tree

1 file changed

+0
-1
lines changed
  • packages/eslint-config-typescript

1 file changed

+0
-1
lines changed

packages/eslint-config-typescript/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
module.exports = {
1717
parser: '@typescript-eslint/parser',
1818
parserOptions: {
19-
project: ['tsconfig.json', 'packages/web-scripts/tsconfig.json'],
2019
sourceType: 'module',
2120
},
2221
plugins: ['@typescript-eslint/eslint-plugin'],

0 commit comments

Comments
 (0)