Skip to content

Commit

Permalink
移除husky依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunwen559 committed Dec 12, 2023
1 parent 1f2e716 commit b023bb8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions front-end/mall4cloud-multishop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"preview": "vite preview",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --fix --ext .js,.vue src",
"prepare": "husky install",
"lint:staged": "lint-staged"
},
"dependencies": {
Expand Down Expand Up @@ -48,7 +47,6 @@
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.14.0",
"eslint-plugin-vue-scoped-css": "^2.4.0",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"sass": "^1.62.1",
"unplugin-auto-import": "^0.16.2",
Expand Down
2 changes: 0 additions & 2 deletions front-end/mall4cloud-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"preview": "vite preview",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --fix --ext .js,.vue src",
"prepare": "husky install",
"lint:staged": "lint-staged"
},
"dependencies": {
Expand Down Expand Up @@ -48,7 +47,6 @@
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.14.0",
"eslint-plugin-vue-scoped-css": "^2.4.0",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"sass": "^1.62.1",
"unplugin-auto-import": "^0.16.2",
Expand Down
2 changes: 0 additions & 2 deletions front-end/mall4cloud-uniapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"build:mp-weixin-test": "uni build -p mp-weixin --mode testing --outDir=./dist/test/mp-weixin",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --fix --ext .js --ext .jsx --ext .vue src",
"prepare": "husky install",
"lint:staged": "lint-staged"
},
"dependencies": {
Expand Down Expand Up @@ -60,7 +59,6 @@
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.18.1",
"eslint-plugin-vue-scoped-css": "2.5.1",
"husky": "8.0.3",
"lint-staged": "15.1.0",
"sass": "1.69.5",
"terser": "5.24.0",
Expand Down

0 comments on commit b023bb8

Please sign in to comment.