Remove commit check

This commit is contained in:
Steve Ruiz 2021-11-27 14:33:44 +00:00
parent 8692e0977d
commit e59eb95442

View file

@ -68,11 +68,7 @@
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "test && lint-staged"
"pre-push": "fix:style && eslint && test"
}
},
"lint-staged": {
"*": "fix:style && eslint"
}
}