Skip to content

Commit

Permalink
OPTIMIZATION: 删除husky校验(closed TencentBlueKing#2102)
Browse files Browse the repository at this point in the history
  • Loading branch information
HubuHito committed Feb 28, 2024
1 parent f22e93e commit 30f612f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@
},
"keywords": [],
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "lint-staged"
}
},
"lint-staged": {
"src/**/*.(vue|ts)": [
"eslint --fix",
"git add"
]
},
"betterScripts": {
"dll": {
"command": "ts-node --project build/tsconfig.json build/build-dll.ts"
Expand Down Expand Up @@ -129,7 +117,6 @@
"file-loader": "^6.2.0",
"fs-extra": "~8.0.1",
"html-webpack-plugin": "^4.5.0",
"husky": "^4.2.3",
"lint-staged": "^10.2.11",
"mini-css-extract-plugin": "2.6.0",
"moment": "~2.24.0",
Expand Down

0 comments on commit 30f612f

Please sign in to comment.