delete husky hook
This commit is contained in:
12
package.json
12
package.json
@@ -39,8 +39,6 @@
|
|||||||
"@types/react-dom": "^16.9.0",
|
"@types/react-dom": "^16.9.0",
|
||||||
"@types/react-test-renderer": "^16.0.3",
|
"@types/react-test-renderer": "^16.0.3",
|
||||||
"babel-eslint": "^10.0.2",
|
"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",
|
"bluebird": "^3.5.5",
|
||||||
"chalk": "^2.4.2",
|
"chalk": "^2.4.2",
|
||||||
"eslint": "^6.2.1",
|
"eslint": "^6.2.1",
|
||||||
@@ -51,7 +49,6 @@
|
|||||||
"eslint-plugin-react": "^7.11.1",
|
"eslint-plugin-react": "^7.11.1",
|
||||||
"hexo-fs": "^2.0.0",
|
"hexo-fs": "^2.0.0",
|
||||||
"hexo-util": "^1.0.0",
|
"hexo-util": "^1.0.0",
|
||||||
"husky": "^3.0.4",
|
|
||||||
"lint-staged": "^9.2.3",
|
"lint-staged": "^9.2.3",
|
||||||
"moment": "^2.24.0",
|
"moment": "^2.24.0",
|
||||||
"nodemon": "^2.0.2",
|
"nodemon": "^2.0.2",
|
||||||
@@ -64,17 +61,14 @@
|
|||||||
"tslint-react": "^4.0.0",
|
"tslint-react": "^4.0.0",
|
||||||
"umi": "^2.8.20",
|
"umi": "^2.8.20",
|
||||||
"umi-plugin-react": "^1.9.19",
|
"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": {
|
"lint-staged": {
|
||||||
"*.{ts,tsx}": ["git add"]
|
"*.{ts,tsx}": ["git add"]
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.0.0"
|
"node": ">=8.0.0"
|
||||||
},
|
|
||||||
"husky": {
|
|
||||||
"hooks": {
|
|
||||||
"pre-commit": "lint-staged"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user