Skip to content

Commit 88492f5

Browse files
committed
chore: remove simple-git-hooks and lint-staged
1 parent 8de8f52 commit 88492f5

2 files changed

Lines changed: 0 additions & 317 deletions

File tree

package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
},
4343
"packageManager": "pnpm@10.20.0",
4444
"scripts": {
45-
"prepare": "simple-git-hooks",
4645
"lint": "lintroll --cache --git",
4746
"build": "pkgroll --target node12.20 --minify",
4847
"type-check": "tsc --noEmit",
@@ -52,12 +51,6 @@
5251
"test:wp5": "node --import alias-imports --conditions webpack5 tests/index.ts",
5352
"prepack": "pnpm build && clean-pkg-json"
5453
},
55-
"simple-git-hooks": {
56-
"pre-commit": "pnpm build && pnpm lint-staged && pnpm test"
57-
},
58-
"lint-staged": {
59-
"*.{js,ts}": "lintroll"
60-
},
6154
"dependencies": {
6255
"@types/estree": "^1.0.0",
6356
"acorn": "^8.8.2",
@@ -76,12 +69,10 @@
7669
"clean-pkg-json": "^1.2.0",
7770
"css-loader": "^5.2.4",
7871
"has-own-prop": "^3.1.0",
79-
"lint-staged": "^13.1.0",
8072
"lintroll": "^1.30.0",
8173
"manten": "^0.6.1",
8274
"mini-css-extract-plugin": "^1.6.0",
8375
"pkgroll": "^1.8.1",
84-
"simple-git-hooks": "^2.8.1",
8576
"source-map": "^0.7.3",
8677
"tempy": "^1.0.1",
8778
"terser-webpack-plugin": "^5.3.6",

0 commit comments

Comments
 (0)