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 d5f80ac commit 5ed8bdcCopy full SHA for 5ed8bdc
.eslintrc.js
@@ -11,7 +11,7 @@ module.exports = {
11
},
12
13
parserOptions: {
14
- project: ['./tsconfig.json', './plugin/tsconfig.json'],
+ project: './tsconfig.json',
15
ecmaFeatures: {jsx: true},
16
ecmaVersion: 2018,
17
sourceType: 'module',
0 commit comments