Skip to content

Commit

Permalink
fix(eslint): specify parserOptions.project
Browse files Browse the repository at this point in the history
  • Loading branch information
spotify-kai committed Mar 2, 2022
1 parent c51ec3b commit 5ea256c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
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 5ea256c

Please sign in to comment.