chore: update lint-staged command

This commit is contained in:
Hakadao
2024-01-07 18:13:54 +08:00
parent d8c3a59905
commit dfcceaf002

View File

@@ -93,6 +93,6 @@
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
"*": "pnpm lint"
}
}