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 b9fef59 commit c9b5712Copy full SHA for c9b5712
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]s?(x)', '**/?(*.)+(spec|test).[jt]s?(x)'],
+ files: ['**/__tests__/**/*.[jt]sx?', '**/?(*.)+(spec|test).[jt]sx?'],
103
extends: ['plugin:testing-library/react'],
104
},
105
],
0 commit comments