Remove Husky, not nessesary
This commit is contained in:
parent
9e5dd18457
commit
831a887c89
1 changed files with 77 additions and 79 deletions
|
@ -27,8 +27,7 @@
|
|||
"fix:eslint": "eslint --fix",
|
||||
"fix:prettier": "prettier --write --ignore-unknown --plugin=prettier-plugin-astro",
|
||||
"fix:stylelint": "stylelint --fix",
|
||||
"test": "pnpm run check",
|
||||
"prepare": "husky"
|
||||
"test": "pnpm run check"
|
||||
},
|
||||
"browserslist": "cover 95%, last 2 versions, Firefox ESR, not dead",
|
||||
"dependencies": {
|
||||
|
@ -51,7 +50,6 @@
|
|||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-astro": "^0.31.4",
|
||||
"eslint-plugin-unicorn": "^51.0.1",
|
||||
"husky": "^9.0.10",
|
||||
"lightningcss": "^1.23.0",
|
||||
"lint-staged": "^15.2.2",
|
||||
"prettier": "^3.2.5",
|
||||
|
|
Reference in a new issue