Browse Source

移除git hooks

wolyshaw 3 years ago
parent
commit
2d3880c748
1 changed files with 0 additions and 8 deletions
  1. 0 8
      package.json

+ 0 - 8
package.json

@@ -65,13 +65,5 @@
     "vue-eslint-parser": "^8.0.1",
     "vue-tsc": "^0.29.8",
     "yorkie": "^2.0.0"
-  },
-  "gitHooks": {
-    "pre-commit": "lint-staged"
-  },
-  "lint-staged": {
-    "*.{js,jsx,vue,ts,tsx}": [
-      "eslint"
-    ]
   }
 }