fix: replace lint-staged with nano-staged (#874)
* fix: replace lint-staged with nano-staged * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
autofix-ci[bot]
parent
5965bb30ea
commit
7043ff7afc
+3
-3
@@ -56,7 +56,7 @@
|
||||
"bumpp": "^10.3.2",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-oxlint": "^1.35.0",
|
||||
"lint-staged": "^16.2.7",
|
||||
"nano-staged": "catalog:",
|
||||
"oxlint": "^1.35.0",
|
||||
"publint": "^0.3.16",
|
||||
"rollup": "^4.54.0",
|
||||
@@ -89,9 +89,9 @@
|
||||
"apps/**"
|
||||
],
|
||||
"simple-git-hooks": {
|
||||
"pre-commit": "pnpm lint-staged"
|
||||
"pre-commit": "pnpm nano-staged"
|
||||
},
|
||||
"lint-staged": {
|
||||
"nano-staged": {
|
||||
"*": "moeru-lint --fix"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user