remove pre commit hook for now

This commit is contained in:
Felix Hamann 2019-05-25 22:10:21 +02:00
parent 2e9e7e2d9c
commit b2706ce224

View File

@ -10,9 +10,7 @@
"dev": "webpack --watch"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
"hooks": { }
},
"lint-staged": {
"src/js/**/*.js": [