Combine ESLint configurations
Instead of having different ESLint configuration files in each directory which don't seem to inherit the configuration correctly, this will add `overrides` in the root file.
This commit is contained in:
4
extensions/ql-vscode/tsconfig.lint.json
Normal file
4
extensions/ql-vscode/tsconfig.lint.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": ["src/**/*.ts", "**/.eslintrc.js", "jest.config.js"]
|
||||
}
|
||||
Reference in New Issue
Block a user