Skip to content

Commit 95d2b0f

Browse files
committed
chore: remove commit hooks
1 parent 0161078 commit 95d2b0f

File tree

2 files changed

+0
-245
lines changed

2 files changed

+0
-245
lines changed

package.json

-9
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"packageManager": "[email protected]",
5858
"homepage": "https://tsx.is",
5959
"scripts": {
60-
"prepare": "pnpm simple-git-hooks",
6160
"build": "pkgroll --minify",
6261
"lint": "lintroll --node --cache --ignore-pattern 'docs/*.md' .",
6362
"type-check": "tsc",
@@ -67,12 +66,6 @@
6766
"docs:build": "pnpm --filter=docs build",
6867
"docs:preview": "pnpm --filter=docs preview"
6968
},
70-
"simple-git-hooks": {
71-
"pre-commit": "pnpm lint-staged"
72-
},
73-
"lint-staged": {
74-
"*.{js,ts,mjs,mts,cjs,cts,json}": "pnpm lint"
75-
},
7669
"engines": {
7770
"node": ">=18.0.0"
7871
},
@@ -100,7 +93,6 @@
10093
"fs-require": "^1.6.0",
10194
"get-node": "^15.0.1",
10295
"kolorist": "^1.8.0",
103-
"lint-staged": "^15.2.7",
10496
"lintroll": "^1.8.1",
10597
"magic-string": "^0.30.10",
10698
"manten": "^1.3.0",
@@ -109,7 +101,6 @@
109101
"outdent": "^0.8.0",
110102
"pkgroll": "^2.4.1",
111103
"proxyquire": "^2.1.3",
112-
"simple-git-hooks": "^2.11.1",
113104
"split2": "^4.2.0",
114105
"strip-ansi": "^7.1.0",
115106
"type-fest": "^4.20.1",

0 commit comments

Comments
 (0)