We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5eb3411 + 4f97a30 commit d25eb54Copy full SHA for d25eb54
bun.lockb
1.46 KB
lefthook.yml
@@ -13,4 +13,4 @@ pre-commit:
13
run: if [ "$(git branch --show-current)" == "main" ]; then echo "Cannot make commit on main! aborting..."; exit 1; fi
14
cspell:
15
glob: "*"
16
- run: bunx cspell --quiet -- {staged_files}
+ run: bunx cspell --quiet .
package.json
@@ -13,7 +13,11 @@
"@biomejs/biome": "^1.9.1",
"@types/bun": "^1.1.10",
"cspell": "^8.14.4",
- "typescript": "^5.6.2"
+ "typescript": "^5.6.2",
17
+ "lefthook": "^1.8.2"
18
},
- "trustedDependencies": ["@biomejs/biome"]
19
+ "dependencies": {
20
+ "zod": "^3.23.8"
21
+ },
22
+ "trustedDependencies": ["@biomejs/biome", "lefthook"]
23
}
0 commit comments