Browse Source

Remove commit check

main
Steve Ruiz 4 years ago
parent
commit
e59eb95442
1 changed files with 1 additions and 5 deletions
  1. 1
    5
      package.json

+ 1
- 5
package.json View File

@@ -68,11 +68,7 @@
68 68
   },
69 69
   "husky": {
70 70
     "hooks": {
71
-      "pre-commit": "lint-staged",
72
-      "pre-push": "test && lint-staged"
71
+      "pre-push": "fix:style && eslint && test"
73 72
     }
74
-  },
75
-  "lint-staged": {
76
-    "*": "fix:style && eslint"
77 73
   }
78 74
 }

Loading…
Cancel
Save