Skip to content

Commit

Permalink
fix: remove parserOptions.project
Browse files Browse the repository at this point in the history
  • Loading branch information
spotify-kai committed Mar 21, 2022
1 parent 5150372 commit c901579
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eslint-config-typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
project: ['tsconfig.json', 'packages/web-scripts/tsconfig.json'],
sourceType: 'module',
},
plugins: ['@typescript-eslint/eslint-plugin'],
Expand Down

0 comments on commit c901579

Please sign in to comment.