chore: remove husky

This commit is contained in:
Braden MacDonald
2025-03-05 10:04:13 -08:00
committed by Adolfo R. Brandes
parent 14cc32fcf6
commit 96d3d0da7e
3 changed files with 0 additions and 19 deletions

View File

@@ -1 +0,0 @@
npm run lint

16
package-lock.json generated
View File

@@ -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",

View File

@@ -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",