We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80711e2 commit 1b6afb3Copy full SHA for 1b6afb3
README.md
@@ -99,7 +99,7 @@ module.exports = {
99
overrides: [
100
{
101
// 3) Now we enable eslint-plugin-testing-library rules or preset only for matching testing files!
102
- files: ['**/__tests__/**/*.[jt]sx?', '**/?(*.)+(spec|test).[jt]sx?'],
+ files: ['**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[jt]s?(x)'],
103
extends: ['plugin:testing-library/react'],
104
},
105
],
0 commit comments