File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff 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 .
Original file line number Diff line number Diff line change 1111 "license" : " ISC" ,
1212 "devDependencies" : {
1313 "@biomejs/biome" : " ^1.9.1" ,
14- "typescript" : " ^5.6.2"
14+ "@types/bun" : " ^1.1.10" ,
15+ "lefthook" : " ^1.8.2" ,
16+ "typescript" : " ^5.6.2" ,
17+ "cspell" : " ^8.14.4"
1518 },
1619 "dependencies" : {
17- "@types/bun" : " ^1.1.10" ,
18- "cspell" : " ^8.14.4" ,
1920 "zod" : " ^3.23.8"
2021 },
21- "trustedDependencies" : [" @biomejs/biome" ]
22+ "trustedDependencies" : [" @biomejs/biome" , " lefthook " ]
2223}
You can’t perform that action at this time.
0 commit comments