chore: remove husky (#9967)

Fixes: FRMW-2765, FRMW-2760

Since no one is using it for a very long time we can get rid of it

Closes: #9867
This commit is contained in:
Harminder Virk
2024-11-07 13:24:30 +05:30
committed by GitHub
parent 8feb589659
commit 3704700a49
3 changed files with 0 additions and 17 deletions

View File

@@ -36,7 +36,6 @@
"express": "^4.17.1",
"get-port": "^5.1.1",
"glob": "^11.0.0",
"husky": "^7.0.4",
"import-from": "^3.0.0",
"jest": "^29.7.0",
"lint-staged": "^11.2.6",
@@ -54,8 +53,6 @@
"*.{md,yaml,yml}": "prettier --write"
},
"scripts": {
"hooks:install": "husky install",
"hooks:uninstall": "husky uninstall",
"build": "turbo run build --concurrency=50% --no-daemon",
"lint": "eslint --ignore-path .eslintignore --ext .js,.ts,.tsx .",
"lint:path": "eslint --ignore-path .eslintignore --ext .js,.ts,.tsx",