diff --git a/tsconfig.lint.json b/tsconfig.lint.json index 9e2e67c88..faa7a2eae 100644 --- a/tsconfig.lint.json +++ b/tsconfig.lint.json @@ -1,5 +1,5 @@ { "extends": "./tsconfig", - "include": [".eslintrc.cjs", "**/*.ts", "**/*.js", "**/*.cjs", "**/*.mjs"], + "include": ["**/*.ts", "**/*.js", "**/*.cjs", "**/*.mjs"], "exclude": ["node_modules/", "**/__mocks__/*", "dist/", "coverage/", "tools/"] }