diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package.json b/package.json index c1cc1005..24a0dff8 100644 --- a/package.json +++ b/package.json @@ -80,18 +80,6 @@ "release": "standard-version", "prepublishOnly": "pnpm run clean && pnpm install && pnpm run build" }, - "simple-git-hooks": { - "pre-commit": "npx lint-staged --concurrent false", - "commit-msg": "npx tsx scripts/verifyCommit.ts $1" - }, - "lint-staged": { - "*": [ - "prettier --write --ignore-unknown" - ], - "**/*.ts": [ - "eslint --ext .ts" - ] - }, "devDependencies": { "@actions/github": "~5.1.1", "@algolia/client-search": "~4.14.3", @@ -119,7 +107,6 @@ "eslint-plugin-jsdoc": "~39.6.4", "eslint-plugin-prettier": "~4.2.1", "glob": "~8.0.3", - "lint-staged": "~13.1.0", "mime-db": "~1.52.0", "npm-run-all": "~4.1.5", "picocolors": "~1.0.0", @@ -130,7 +117,6 @@ "rimraf": "~3.0.2", "sanitize-html": "~2.8.0", "semver": "~7.3.8", - "simple-git-hooks": "~2.8.1", "standard-version": "~9.5.0", "tsx": "~3.12.1", "typedoc": "~0.23.23", |
