Skip to content

Commit 10a05cb

Browse files
committed
fix: lint tsx/jsx
1 parent ce08fa2 commit 10a05cb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/config/user.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ const defaults = {
4949
silent: false,
5050
fix: false,
5151
files: [
52-
'*.{js,ts}',
52+
'*.{js,ts,jsx,tsx}',
5353
'bin/**',
54-
'config/**/*.{js,ts}',
55-
'test/**/*.{js,ts}',
56-
'src/**/*.{js,ts}',
57-
'tasks/**/*.{js,ts}',
58-
'benchmarks/**/*.{js,ts}',
54+
'config/**/*.{js,ts,jsx,tsx}',
55+
'test/**/*.{js,ts,jsx,tsx}',
56+
'src/**/*.{js,ts,jsx,tsx}',
57+
'tasks/**/*.{js,ts,jsx,tsx}',
58+
'benchmarks/**/*.{js,ts,jsx,tsx}',
5959
'!benchmarks/**/node_modules/**',
60-
'utils/**/*.{js,ts}',
60+
'utils/**/*.{js,ts,jsx,tsx}',
6161
'!**/node_modules/**',
62-
'examples/**/*.{js,ts}',
62+
'examples/**/*.{js,ts,jsx,tsx}',
6363
'!examples/**/node_modules/**'
6464
]
6565
},

0 commit comments

Comments
 (0)