aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-12-26 12:26:53 +0100
committerGitHub <[email protected]>2022-12-26 12:26:53 +0100
commit2f613cff444eebae35e49fde0e8ba301c48f7a3e (patch)
tree89080a52af4949018c8a3379db0dc41c5eb22e09 /package.json
parentf0d2ffb256e5aefb98d4f38905ef081c8e6af43e (diff)
downloadfaker-2f613cff444eebae35e49fde0e8ba301c48f7a3e.tar.xz
faker-2f613cff444eebae35e49fde0e8ba301c48f7a3e.zip
infra: remove git commit hooks (#1684)
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
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",