From 96d3d0da7e957f31810aaebb38137bef0285d144 Mon Sep 17 00:00:00 2001 From: Braden MacDonald Date: Wed, 5 Mar 2025 10:04:13 -0800 Subject: [PATCH] chore: remove husky --- .husky/pre-commit | 1 - package-lock.json | 16 ---------------- package.json | 2 -- 3 files changed, 19 deletions(-) delete mode 100755 .husky/pre-commit diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index 3867a0fe..00000000 --- a/.husky/pre-commit +++ /dev/null @@ -1 +0,0 @@ -npm run lint diff --git a/package-lock.json b/package-lock.json index 2cfb5779..4a32e2ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,6 @@ "buffer": "^6.0.3", "classnames": "2.5.1", "copy-webpack-plugin": "^12.0.0", - "husky": "9.1.7", "joi": "^17.11.0", "js-cookie": "3.0.5", "lodash": "^4.17.21", @@ -11854,21 +11853,6 @@ "node": ">=10.17.0" } }, - "node_modules/husky": { - "version": "9.1.7", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", - "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", - "license": "MIT", - "bin": { - "husky": "bin.js" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/typicode" - } - }, "node_modules/hyphenate-style-name": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz", diff --git a/package.json b/package.json index ba44dc81..a17619c1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "i18n_extract": "fedx-scripts formatjs extract", "lint": "fedx-scripts eslint --ext .js --ext .jsx --ext .ts --ext .tsx .", "lint:fix": "fedx-scripts eslint --fix --ext .js --ext .jsx --ext .ts --ext .tsx .", - "prepare": "husky", "postinstall": "patch-package", "snapshot": "fedx-scripts jest --updateSnapshot", "start": "fedx-scripts webpack-dev-server --progress", @@ -55,7 +54,6 @@ "buffer": "^6.0.3", "classnames": "2.5.1", "copy-webpack-plugin": "^12.0.0", - "husky": "9.1.7", "joi": "^17.11.0", "js-cookie": "3.0.5", "lodash": "^4.17.21",