Removes husky

This commit is contained in:
julien Lengrand-Lambert
2022-07-03 20:13:29 +00:00
parent 0407cc4a61
commit 2dedd705af

View File

@@ -48,11 +48,6 @@
"singleQuote": true,
"arrowParens": "avoid"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"eslint --fix",