From 61836e2b60a4079db3d8e24b2e1fb38d5e4a61d7 Mon Sep 17 00:00:00 2001 From: lytrankieio123 Date: Tue, 24 Aug 2021 17:46:50 +0700 Subject: [PATCH] :wrench: config: revert husky in package.json :%s --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 387ca946b..55eb91251 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,11 @@ "prettier": "^2.3.0", "typescript": "4.3.4" }, - + "husky": { + "hooks": { + "pre-commit": "lint-staged" + } + }, "lint-staged": { "**/*.{js,jsx,ts,tsx}": [ "prettier --write",