We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b2096 commit 35b887cCopy full SHA for 35b887c
package.json
@@ -34,6 +34,6 @@
34
"lint-staged": "^15.4.3"
35
},
36
"lint-staged": {
37
- "*": "npm run format"
+ "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": "npm run format"
38
}
39
0 commit comments