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 ce08fa2 commit 10a05cbCopy full SHA for 10a05cb
src/config/user.js
@@ -49,17 +49,17 @@ const defaults = {
49
silent: false,
50
fix: false,
51
files: [
52
- '*.{js,ts}',
+ '*.{js,ts,jsx,tsx}',
53
'bin/**',
54
- 'config/**/*.{js,ts}',
55
- 'test/**/*.{js,ts}',
56
- 'src/**/*.{js,ts}',
57
- 'tasks/**/*.{js,ts}',
58
- 'benchmarks/**/*.{js,ts}',
+ 'config/**/*.{js,ts,jsx,tsx}',
+ 'test/**/*.{js,ts,jsx,tsx}',
+ 'src/**/*.{js,ts,jsx,tsx}',
+ 'tasks/**/*.{js,ts,jsx,tsx}',
+ 'benchmarks/**/*.{js,ts,jsx,tsx}',
59
'!benchmarks/**/node_modules/**',
60
- 'utils/**/*.{js,ts}',
+ 'utils/**/*.{js,ts,jsx,tsx}',
61
'!**/node_modules/**',
62
- 'examples/**/*.{js,ts}',
+ 'examples/**/*.{js,ts,jsx,tsx}',
63
'!examples/**/node_modules/**'
64
]
65
},
0 commit comments