Skip to content

Commit 0681934

Browse files
committed
chore: switch to nano-staged
1 parent 45fd9a9 commit 0681934

File tree

3 files changed

+21
-184
lines changed

3 files changed

+21
-184
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"chokidar": "catalog:devtools",
5454
"esbuild": "catalog:build",
5555
"eslint": "catalog:devtools",
56-
"lint-staged": "catalog:devtools",
5756
"magic-string": "catalog:build",
57+
"nano-staged": "catalog:devtools",
5858
"nuxt": "catalog:build",
5959
"nuxt-eslint-auto-explicit-import": "catalog:devtools",
6060
"p-limit": "catalog:deps",
@@ -89,9 +89,9 @@
8989
"vite": "catalog:build"
9090
},
9191
"simple-git-hooks": {
92-
"pre-commit": "pnpm i --frozen-lockfile --ignore-scripts --offline && npx lint-staged"
92+
"pre-commit": "pnpm i --frozen-lockfile --ignore-scripts --offline && npx nano-staged"
9393
},
94-
"lint-staged": {
94+
"nano-staged": {
9595
"*": "eslint --fix"
9696
}
9797
}

0 commit comments

Comments
 (0)