html: remove husky

This commit is contained in:
Shuanglei Tao
2021-05-01 00:18:22 +08:00
parent caa0c326a0
commit f57686b36b
3 changed files with 12 additions and 237 deletions

View File

@@ -17,21 +17,6 @@
"check": "gts check",
"fix": "gts fix"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.ts": [
"gts fix",
"git add"
],
"src/**/*.scss": [
"scssfmt",
"git add"
]
},
"devDependencies": {
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.4",
@@ -43,8 +28,6 @@
"gulp-inline-source": "^4.0.0",
"gulp-rename": "^2.0.0",
"html-webpack-plugin": "^5.3.1",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"mini-css-extract-plugin": "^1.5.1",
"node-sass": "^5.0.0",
"sass-loader": "^11.0.1",