diff --git a/package.json b/package.json index 921c771..d3dbb5f 100644 --- a/package.json +++ b/package.json @@ -92,15 +92,5 @@ "lint-staged": "^10.2.13", "prettier": "^2.1.1", "typescript": "^4.0.2" - }, - "husky": { - "hooks": { - "pre-commit": "lint-staged" - } - }, - "lint-staged": { - "*.{js,json,md,ts}": [ - "prettier --write" - ] } }