We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38590e1 commit b914e70Copy full SHA for b914e70
1 file changed
package.json
@@ -38,7 +38,8 @@
38
},
39
"lint-staged": {
40
"*.@(js|ts|tsx)": [
41
- "oxlint -- --fix"
+ "vite run lint --fix",
42
+ "vite fmt --no-error-on-unmatched-pattern"
43
],
44
"*.rs": [
45
"cargo fmt --"
0 commit comments