From c6203ed460cfd1961d1f47ecc6768245fccce3bc Mon Sep 17 00:00:00 2001 From: evgeniy-chernomortsev Date: Mon, 24 Jan 2022 19:04:08 +0400 Subject: [PATCH] feat(FOROME-349): remove caret --- package.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index cf502a12d..53b183ba1 100644 --- a/package.json +++ b/package.json @@ -99,12 +99,10 @@ "cy:open": "cypress open", "cy:run": "cypress run" }, - "husky": { - "hooks": { - "pre-commit": "yarn lint-stage && yarn lint:fix", - "pre-push": "yarn lint && yarn stylelint", - "commit-msg": "yarn commitlint" - } + "simple-git-hooks": { + "pre-commit": "yarn lint-stage && yarn lint:fix", + "pre-push": "yarn lint && yarn stylelint", + "commit-msg": "yarn commitlint" }, "eslintConfig": { "extends": [