diff --git a/package.json b/package.json index ed590b14..97b03573 100644 --- a/package.json +++ b/package.json @@ -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" - ] } }