aports/community/gsa/remove-husky-git-hook.patch
2022-02-24 07:10:32 +00:00

25 lines
603 B
Diff

diff --git a/package.json b/package.json
index 8e82ae4..56073f2 100644
--- a/package.json
+++ b/package.json
@@ -87,7 +87,6 @@
"@types/jest": "^26.0.23",
"babel-plugin-i18next-extract": "^0.8.3",
"eslint-config-prettier": "^8.3.0",
- "husky": "^2.7.0",
"jest-environment-jsdom-sixteen": "^2.0.0",
"jest-junit": "^12.0.0",
"jest-styled-components": "^6.3.4",
@@ -113,11 +112,6 @@
"not op_mini all",
"ff ESR"
],
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
"lint-staged": {
"*.{js,json}": [
"prettier --write",