We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51ec3b commit 5ea256cCopy full SHA for 5ea256c
packages/eslint-config-typescript/index.js
@@ -16,6 +16,7 @@
16
module.exports = {
17
parser: '@typescript-eslint/parser',
18
parserOptions: {
19
+ project: ['tsconfig.json', 'packages/web-scripts/tsconfig.json'],
20
sourceType: 'module',
21
},
22
plugins: ['@typescript-eslint/eslint-plugin'],
0 commit comments