Skip to content

Commit 35b887c

Browse files
committed
chore: update package.json to not throw errors
1 parent 01b2096 commit 35b887c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"lint-staged": "^15.4.3"
3535
},
3636
"lint-staged": {
37-
"*": "npm run format"
37+
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": "npm run format"
3838
}
3939
}

0 commit comments

Comments
 (0)