Skip to content

Commit 1b6afb3

Browse files
authored
docs: revert "update eslint pattern matching" (#865)
1 parent 80711e2 commit 1b6afb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module.exports = {
9999
overrides: [
100100
{
101101
// 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?'],
102+
files: ['**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[jt]s?(x)'],
103103
extends: ['plugin:testing-library/react'],
104104
},
105105
],

0 commit comments

Comments
 (0)