We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nano-staged
1 parent 45fd9a9 commit 0681934Copy full SHA for 0681934
package.json
@@ -53,8 +53,8 @@
53
"chokidar": "catalog:devtools",
54
"esbuild": "catalog:build",
55
"eslint": "catalog:devtools",
56
- "lint-staged": "catalog:devtools",
57
"magic-string": "catalog:build",
+ "nano-staged": "catalog:devtools",
58
"nuxt": "catalog:build",
59
"nuxt-eslint-auto-explicit-import": "catalog:devtools",
60
"p-limit": "catalog:deps",
@@ -89,9 +89,9 @@
89
"vite": "catalog:build"
90
},
91
"simple-git-hooks": {
92
- "pre-commit": "pnpm i --frozen-lockfile --ignore-scripts --offline && npx lint-staged"
+ "pre-commit": "pnpm i --frozen-lockfile --ignore-scripts --offline && npx nano-staged"
93
94
- "lint-staged": {
+ "nano-staged": {
95
"*": "eslint --fix"
96
}
97
0 commit comments