Skip to content

Commit d25eb54

Browse files
committed
merge main
2 parents 5eb3411 + 4f97a30 commit d25eb54

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

bun.lockb

1.46 KB
Binary file not shown.

lefthook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ pre-commit:
1313
run: if [ "$(git branch --show-current)" == "main" ]; then echo "Cannot make commit on main! aborting..."; exit 1; fi
1414
cspell:
1515
glob: "*"
16-
run: bunx cspell --quiet -- {staged_files}
16+
run: bunx cspell --quiet .

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
"@biomejs/biome": "^1.9.1",
1414
"@types/bun": "^1.1.10",
1515
"cspell": "^8.14.4",
16-
"typescript": "^5.6.2"
16+
"typescript": "^5.6.2",
17+
"lefthook": "^1.8.2"
1718
},
18-
"trustedDependencies": ["@biomejs/biome"]
19+
"dependencies": {
20+
"zod": "^3.23.8"
21+
},
22+
"trustedDependencies": ["@biomejs/biome", "lefthook"]
1923
}

0 commit comments

Comments
 (0)