WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 2d5c47f

Browse files
committed
chore: remove simple-git-hooks
1 parent e22a146 commit 2d5c47f

File tree

2 files changed

+45
-248
lines changed

2 files changed

+45
-248
lines changed

package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,13 @@
4141
}
4242
},
4343
"scripts": {
44-
"prepare": "simple-git-hooks",
4544
"lint": "eslint --cache .",
4645
"test": "tsx tests/tasuku.spec.ts",
4746
"test:tsd": "tsd",
4847
"type-check": "tsc --noEmit",
4948
"build": "pkgroll --env.NODE_ENV=production --env.DEV=false --minify",
5049
"prepack": "clean-pkg-json"
5150
},
52-
"simple-git-hooks": {
53-
"pre-commit": "pnpm lint-staged"
54-
},
55-
"lint-staged": {
56-
"*.{js,ts}": "eslint --cache"
57-
},
5851
"dependencies": {
5952
"yoga-layout-prebuilt": "1.10.0"
6053
},
@@ -66,12 +59,10 @@
6659
"eslint": "^8.41.0",
6760
"ink": "github:privatenumber/ink#built/treeshake-lodash",
6861
"ink-task-list": "^2.0.0",
69-
"lint-staged": "^13.2.2",
7062
"manten": "^0.7.0",
7163
"p-map": "^5.3.0",
7264
"pkgroll": "^1.10.0",
7365
"react": "^17.0.2",
74-
"simple-git-hooks": "^2.8.1",
7566
"tsd": "^0.28.1",
7667
"tsx": "^3.12.7",
7768
"typescript": "^5.7.3",

0 commit comments

Comments
 (0)