Skip to content

Commit 7735b6c

Browse files
committed
chore(nano-staged): should check all JavaScript file types
1 parent 6a5574d commit 7735b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"nano-staged": {
3434
"*.{md,mdx,css,less,scss,json,jsonc,json5}": "prettier --write",
35-
"*.{js,jsx,ts,tsx,mjs,cjs}": [
35+
"*.{js,jsx,ts,tsx,mjs,mjsx,cjs,cjsx,mts,mtsx,cts,ctsx}": [
3636
"biome check --write"
3737
],
3838
"package.json": [

0 commit comments

Comments
 (0)