Browse Source

master: Fixed

gitboyzcf 1 month ago
parent
commit
1c57ce78e8
1 changed files with 1 additions and 4 deletions
  1. 1 4
      package.json

+ 1 - 4
package.json

@@ -81,10 +81,7 @@
     "vite": "catalog:build",
     "vite-plugin-inspect": "catalog:build"
   },
-  "simple-git-hooks": {
-    "pre-commit": "pnpm lint-staged"
-  },
   "lint-staged": {
-    "*": "eslint --fix"
+    "/src/**/*.{js,ts,vue}": "eslint --fix"
   }
 }