Skip to content

Commit 2f613cf

Browse files
authored
infra: remove git commit hooks (#1684)
1 parent f0d2ffb commit 2f613cf

File tree

3 files changed

+189
-552
lines changed

3 files changed

+189
-552
lines changed

package.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,6 @@
8080
"release": "standard-version",
8181
"prepublishOnly": "pnpm run clean && pnpm install && pnpm run build"
8282
},
83-
"simple-git-hooks": {
84-
"pre-commit": "npx lint-staged --concurrent false",
85-
"commit-msg": "npx tsx scripts/verifyCommit.ts $1"
86-
},
87-
"lint-staged": {
88-
"*": [
89-
"prettier --write --ignore-unknown"
90-
],
91-
"**/*.ts": [
92-
"eslint --ext .ts"
93-
]
94-
},
9583
"devDependencies": {
9684
"@actions/github": "~5.1.1",
9785
"@algolia/client-search": "~4.14.3",
@@ -119,7 +107,6 @@
119107
"eslint-plugin-jsdoc": "~39.6.4",
120108
"eslint-plugin-prettier": "~4.2.1",
121109
"glob": "~8.0.3",
122-
"lint-staged": "~13.1.0",
123110
"mime-db": "~1.52.0",
124111
"npm-run-all": "~4.1.5",
125112
"picocolors": "~1.0.0",
@@ -130,7 +117,6 @@
130117
"rimraf": "~3.0.2",
131118
"sanitize-html": "~2.8.0",
132119
"semver": "~7.3.8",
133-
"simple-git-hooks": "~2.8.1",
134120
"standard-version": "~9.5.0",
135121
"tsx": "~3.12.1",
136122
"typedoc": "~0.23.23",

0 commit comments

Comments
 (0)