Skip to content

Commit 85369cb

Browse files
committed
chore: remove simple-git-hooks and lint-staged
1 parent 5f69928 commit 85369cb

File tree

2 files changed

+0
-386
lines changed

2 files changed

+0
-386
lines changed

package.json

-9
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
}
3838
},
3939
"scripts": {
40-
"prepare": "simple-git-hooks",
4140
"build": "pkgroll --minify",
4241
"lint": "eslint --cache .",
4342
"type-check": "tsc",
@@ -46,12 +45,6 @@
4645
"dev": "tsx watch --conditions=development tests",
4746
"prepack": "pnpm build && clean-pkg-json"
4847
},
49-
"simple-git-hooks": {
50-
"pre-commit": "pnpm lint-staged"
51-
},
52-
"lint-staged": {
53-
"*.ts": "pnpm lint"
54-
},
5548
"dependencies": {
5649
"terminal-columns": "^1.4.1",
5750
"type-flag": "^3.0.0"
@@ -62,11 +55,9 @@
6255
"clean-pkg-json": "^1.2.0",
6356
"eslint": "^8.27.0",
6457
"kolorist": "^1.7.0",
65-
"lint-staged": "^13.1.2",
6658
"manten": "^0.6.1",
6759
"nanospy": "^0.5.0",
6860
"pkgroll": "^1.9.0",
69-
"simple-git-hooks": "^2.8.1",
7061
"tsd": "^0.31.2",
7162
"tsx": "^3.12.3",
7263
"typescript": "^5.7.3"

0 commit comments

Comments
 (0)