ci: Remove husky and lint-staged (#572)

This commit is contained in:
Shohei Ueda
2021-02-23 01:55:16 +09:00
committed by GitHub
parent 77ce5ecb49
commit 0ed12e5298
5 changed files with 2 additions and 1015 deletions

View File

@@ -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",