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.
5 lines
102 B
JSON
5 lines
102 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src/**/*.ts", "**/.eslintrc.js", "jest.config.js"]
|
|
}
|