ci: Remove husky and lint-staged (#572)
This commit is contained in:
14
package.json
14
package.json
@@ -16,16 +16,8 @@
|
||||
"tsc": "tsc",
|
||||
"format": "prettier --write **/*.ts",
|
||||
"format:check": "prettier --check **/*.ts",
|
||||
"release": "standard-version"
|
||||
},
|
||||
"lint-staged": {
|
||||
"{src,__tests__}/**/*.ts": [
|
||||
"prettier --check",
|
||||
"eslint"
|
||||
],
|
||||
"README.md": [
|
||||
"npx doctoc@2.0.0 --github"
|
||||
]
|
||||
"release": "standard-version",
|
||||
"toc": "npx doctoc@2.0.0 --github README.md"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -65,11 +57,9 @@
|
||||
"eslint-config-prettier": "^7.2.0",
|
||||
"eslint-plugin-jest": "^24.1.3",
|
||||
"eslint-plugin-prettier": "^3.3.1",
|
||||
"husky": "^4.3.8",
|
||||
"jest": "^26.6.3",
|
||||
"jest-circus": "^26.6.3",
|
||||
"js-yaml": "^4.0.0",
|
||||
"lint-staged": "^10.5.3",
|
||||
"prettier": "2.2.1",
|
||||
"standard-version": "^9.1.0",
|
||||
"ts-jest": "^26.5.0",
|
||||
|
||||
Reference in New Issue
Block a user