Kaynağa Gözat

master: Fixed

gitboyzcf 1 ay önce
ebeveyn
işleme
1c57ce78e8
1 değiştirilmiş dosya ile 1 ekleme ve 4 silme
  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"
   }
 }