delete husky hook

This commit is contained in:
Luk Lu
2022-08-20 11:19:46 +08:00
parent d6bf8c79a7
commit e2df02e62f

View File

@@ -39,8 +39,6 @@
"@types/react-dom": "^16.9.0",
"@types/react-test-renderer": "^16.0.3",
"babel-eslint": "^10.0.2",
"wo-base-deployer": "git+https://git.faronear.org/npm/wo-base-deployer",
"wo-base-webserver": "git+https://git.faronear.org/npm/wo-base-webserver",
"bluebird": "^3.5.5",
"chalk": "^2.4.2",
"eslint": "^6.2.1",
@@ -51,7 +49,6 @@
"eslint-plugin-react": "^7.11.1",
"hexo-fs": "^2.0.0",
"hexo-util": "^1.0.0",
"husky": "^3.0.4",
"lint-staged": "^9.2.3",
"moment": "^2.24.0",
"nodemon": "^2.0.2",
@@ -64,17 +61,14 @@
"tslint-react": "^4.0.0",
"umi": "^2.8.20",
"umi-plugin-react": "^1.9.19",
"umi-types": "^0.3.17"
"umi-types": "^0.3.17",
"wo-base-deployer": "git+https://git.faronear.org/npm/wo-base-deployer",
"wo-base-webserver": "git+https://git.faronear.org/npm/wo-base-webserver"
},
"lint-staged": {
"*.{ts,tsx}": ["git add"]
},
"engines": {
"node": ">=8.0.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}