chore(*): remove precommit hook

This commit is contained in:
Nathan Bierema 2020-08-18 21:13:44 -04:00
parent b8d3f47cca
commit f5ad56de63

View File

@ -16,10 +16,8 @@
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"husky": "^4.2.5",
"jest": "^26.2.2",
"lerna": "^3.22.1",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"ts-jest": "^26.2.0",
@ -49,19 +47,5 @@
],
"engines": {
"node": ">=10.13.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",
"yarn lint:fix"
],
"*.{json,css,html,md}": [
"prettier --write"
]
}
}