Remove commit check

pull/393/head
Steve Ruiz 2021-11-27 14:33:44 +00:00
rodzic 8692e0977d
commit e59eb95442
1 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

@ -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"
}
}