chore: remove git hooks with husky
This commit is contained in:
parent
a45269d993
commit
62ea192b96
6 changed files with 5 additions and 405 deletions
|
@ -58,7 +58,6 @@
|
|||
"typecheck:watch": "tsc --noEmit --watch",
|
||||
"bump-version": "node ./tools/bump-version.js",
|
||||
"convert-packs-to-json": "node ./tools/convert-packs-to-json.js",
|
||||
"postinstall": "husky install",
|
||||
"changelog": "conventional-changelog -p conventionalcommits -o CHANGELOG.md -r 2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -86,8 +85,6 @@
|
|||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"fs-extra": "10.1.0",
|
||||
"husky": "8.0.2",
|
||||
"lint-staged": "13.0.3",
|
||||
"npm-run-all": "4.1.5",
|
||||
"prettier": "2.7.1",
|
||||
"rimraf": "3.0.2",
|
||||
|
@ -103,9 +100,5 @@
|
|||
"vitest": "0.25.2",
|
||||
"yargs": "17.6.2"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.(ts|js|cjs|mjs)": "eslint --cache --fix",
|
||||
"*.(json|scss|yml)": "prettier --write"
|
||||
},
|
||||
"packageManager": "yarn@3.2.4"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue