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:
Makito
2026-01-04 23:57:51 +09:00
committed by GitHub
co-authored by autofix-ci[bot]
parent 5965bb30ea
commit 7043ff7afc
3 changed files with 17 additions and 75 deletions
+3 -3
View File
@@ -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"
}
}