Skip to content

Commit 0376f34

Browse files
committed
Tweak config globs
1 parent 9a72210 commit 0376f34

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ module.exports = [
3333
ignores: biomeConfig.files.ignore.map(convertIgnorePatternToMinimatch)
3434
},
3535
{
36-
files: ['**/*.{c,}js'],
3736
...js.configs.recommended,
3837
...importXPlugin.flatConfigs.recommended,
3938
...nodePlugin.configs['flat/recommended-script'],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
]
100100
},
101101
"lint-staged": {
102-
"*.{cjs,js,json,md,mjs,ts}": [
102+
"*.{cjs,cts,js,json,md,mjs,mts,ts}": [
103103
"npm run lint -- --fix",
104104
"npm run lint:fix:fast -- --no-errors-on-unmatched --files-ignore-unknown=true --colors=off"
105105
]

0 commit comments

Comments
 (0)