chore: simplify lint-staged

This commit is contained in:
Neko Ayaka
2025-02-20 13:54:11 +08:00
parent 3f69913ddc
commit 815dee0bda
+1 -1
View File
@@ -65,7 +65,7 @@
"neverBuiltDependencies": []
},
"simple-git-hooks": {
"pre-commit": "pnpm packages:stub && pnpm lint-staged"
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"