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