From 69648dc44ac4c73824a86e02a51cfcba21b80438 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Tue, 30 Apr 2024 15:44:33 +0200 Subject: [PATCH] chore: Remove husky (#29) --- package.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/package.json b/package.json index 137ef9e..19b42c7 100644 --- a/package.json +++ b/package.json @@ -42,11 +42,6 @@ "url": "https://github.com/ionic-team/create-capacitor-app/issues" }, "license": "MIT", - "husky": { - "hooks": { - "pre-commit": "npm run lint" - } - }, "prettier": "@ionic/prettier-config", "eslintConfig": { "extends": "@ionic/eslint-config/recommended" @@ -66,7 +61,6 @@ "@types/mustache": "^4.2.5", "@types/prompts": "^2.4.9", "eslint": "^7.32.0", - "husky": "^4.2.5", "np": "^10.0.5", "prettier": "^3.1.1", "rimraf": "^5.0.5",