diff --git a/package.json b/package.json index bccbe9f..58abacd 100644 --- a/package.json +++ b/package.json @@ -95,9 +95,6 @@ "lint-staged": { "*.{js,jsx,ts,tsx}": [ "eslint --quiet --cache --fix" - ], - "*.{json,js,ts,jsx,tsx,html}": [ - "prettier --write" ] }, "overrides": {