mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-10 04:44:21 +01:00
html: remove husky
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user