We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 3ba455d commit c12e65dCopy full SHA for c12e65d
packages/eslint-config-ts/index.js
@@ -60,7 +60,7 @@ const typescriptOverride = {
60
*/
61
const jestOverride = {
62
// https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/unbound-method.md
63
- files: ["**/__tests__/**/*.ts", "**/*.spec.ts", "**/*.test.ts"],
+ files: ["*.spec.ts", "*.test.ts"],
64
plugins: ["jest"],
65
rules: {
66
// you should turn the original rule off *only* for test files
0 commit comments