Skip to content

Commit 7a06451

Browse files
authored
Remove precommit hooks (#907)
1 parent 0caeb7f commit 7a06451

File tree

3 files changed

+0
-100
lines changed

3 files changed

+0
-100
lines changed

lefthook.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"build": "tsc",
3737
"format": "biome format --write .",
3838
"lint": "biome lint --write src",
39-
"prepare": "lefthook install",
4039
"release": "yarn build && changeset publish",
4140
"test": "vitest"
4241
},
@@ -50,7 +49,6 @@
5049
"@types/jscodeshift": "^0.11.11",
5150
"@types/node": "^16.18.101",
5251
"aws-sdk": "2.1641.0",
53-
"lefthook": "^1.6.15",
5452
"tsx": "^4.7.1",
5553
"typescript": "~5.5.2",
5654
"vitest": "~2.0.1"

yarn.lock

Lines changed: 0 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,6 @@ __metadata:
15201520
"@types/node": "npm:^16.18.101"
15211521
aws-sdk: "npm:2.1641.0"
15221522
jscodeshift: "npm:0.16.1"
1523-
lefthook: "npm:^1.6.15"
15241523
tsx: "npm:^4.7.1"
15251524
typescript: "npm:~5.5.2"
15261525
vitest: "npm:~2.0.1"
@@ -2848,97 +2847,6 @@ __metadata:
28482847
languageName: node
28492848
linkType: hard
28502849

2851-
"lefthook-darwin-arm64@npm:1.6.15":
2852-
version: 1.6.15
2853-
resolution: "lefthook-darwin-arm64@npm:1.6.15"
2854-
conditions: os=darwin & cpu=arm64
2855-
languageName: node
2856-
linkType: hard
2857-
2858-
"lefthook-darwin-x64@npm:1.6.15":
2859-
version: 1.6.15
2860-
resolution: "lefthook-darwin-x64@npm:1.6.15"
2861-
conditions: os=darwin & cpu=x64
2862-
languageName: node
2863-
linkType: hard
2864-
2865-
"lefthook-freebsd-arm64@npm:1.6.15":
2866-
version: 1.6.15
2867-
resolution: "lefthook-freebsd-arm64@npm:1.6.15"
2868-
conditions: os=freebsd & cpu=arm64
2869-
languageName: node
2870-
linkType: hard
2871-
2872-
"lefthook-freebsd-x64@npm:1.6.15":
2873-
version: 1.6.15
2874-
resolution: "lefthook-freebsd-x64@npm:1.6.15"
2875-
conditions: os=freebsd & cpu=x64
2876-
languageName: node
2877-
linkType: hard
2878-
2879-
"lefthook-linux-arm64@npm:1.6.15":
2880-
version: 1.6.15
2881-
resolution: "lefthook-linux-arm64@npm:1.6.15"
2882-
conditions: os=linux & cpu=arm64
2883-
languageName: node
2884-
linkType: hard
2885-
2886-
"lefthook-linux-x64@npm:1.6.15":
2887-
version: 1.6.15
2888-
resolution: "lefthook-linux-x64@npm:1.6.15"
2889-
conditions: os=linux & cpu=x64
2890-
languageName: node
2891-
linkType: hard
2892-
2893-
"lefthook-windows-arm64@npm:1.6.15":
2894-
version: 1.6.15
2895-
resolution: "lefthook-windows-arm64@npm:1.6.15"
2896-
conditions: os=win32 & cpu=arm64
2897-
languageName: node
2898-
linkType: hard
2899-
2900-
"lefthook-windows-x64@npm:1.6.15":
2901-
version: 1.6.15
2902-
resolution: "lefthook-windows-x64@npm:1.6.15"
2903-
conditions: os=win32 & cpu=x64
2904-
languageName: node
2905-
linkType: hard
2906-
2907-
"lefthook@npm:^1.6.15":
2908-
version: 1.6.15
2909-
resolution: "lefthook@npm:1.6.15"
2910-
dependencies:
2911-
lefthook-darwin-arm64: "npm:1.6.15"
2912-
lefthook-darwin-x64: "npm:1.6.15"
2913-
lefthook-freebsd-arm64: "npm:1.6.15"
2914-
lefthook-freebsd-x64: "npm:1.6.15"
2915-
lefthook-linux-arm64: "npm:1.6.15"
2916-
lefthook-linux-x64: "npm:1.6.15"
2917-
lefthook-windows-arm64: "npm:1.6.15"
2918-
lefthook-windows-x64: "npm:1.6.15"
2919-
dependenciesMeta:
2920-
lefthook-darwin-arm64:
2921-
optional: true
2922-
lefthook-darwin-x64:
2923-
optional: true
2924-
lefthook-freebsd-arm64:
2925-
optional: true
2926-
lefthook-freebsd-x64:
2927-
optional: true
2928-
lefthook-linux-arm64:
2929-
optional: true
2930-
lefthook-linux-x64:
2931-
optional: true
2932-
lefthook-windows-arm64:
2933-
optional: true
2934-
lefthook-windows-x64:
2935-
optional: true
2936-
bin:
2937-
lefthook: bin/index.js
2938-
checksum: 10c0/582e4ab1f0b3e28cfbc9e773e0027e78c9660448e098740363611873495f127ce0f04efaafbee88425c6a8b88a1f4fe2b0bbe335ac59a8c65705098ba0e68112
2939-
languageName: node
2940-
linkType: hard
2941-
29422850
"load-yaml-file@npm:^0.2.0":
29432851
version: 0.2.0
29442852
resolution: "load-yaml-file@npm:0.2.0"

0 commit comments

Comments
 (0)