We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d1d8b commit bbdbe01Copy full SHA for bbdbe01
1 file changed
extensions/ql-vscode/.eslintrc.js
@@ -3,7 +3,7 @@ module.exports = {
3
parserOptions: {
4
ecmaVersion: 2018,
5
sourceType: "module",
6
- project: ["tsconfig.json", "./src/**/tsconfig.json", "./gulpfile.ts/tsconfig.json", "./scripts/tsconfig.json", "./.storybook/tsconfig.json"],
+ project: ["tsconfig.json", "./src/**/tsconfig.json", "./test/**/tsconfig.json", "./gulpfile.ts/tsconfig.json", "./scripts/tsconfig.json", "./.storybook/tsconfig.json"],
7
},
8
plugins: [
9
"github",
0 commit comments