File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ yarn test
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env sh
2+ . " $( dirname -- " $0 " ) /_/husky.sh"
3+
4+ yarn lint
Original file line number Diff line number Diff line change 88 "license" : " MIT" ,
99 "private" : true ,
1010 "scripts" : {
11- "lint" : " biome check --write ."
11+ "lint" : " biome check --write ." ,
12+ "prepare" : " husky"
1213 },
1314 "dependencies" : {},
1415 "devDependencies" : {
15- "@biomejs/biome" : " ^2.0.6"
16+ "@biomejs/biome" : " ^2.0.6" ,
17+ "husky" : " ^9.1.7"
1618 }
1719}
Original file line number Diff line number Diff line change 5555 version "2.0.6"
5656 resolved "https://registry.yarnpkg.com/@biomejs/cli-win32-x64/-/cli-win32-x64-2.0.6.tgz#53acf543060bfda18853dfa81b34e6e95fb545a5"
5757 integrity sha512-bfM1Bce0d69Ao7pjTjUS+AWSZ02+5UHdiAP85Th8e9yV5xzw6JrHXbL5YWlcEKQ84FIZMdDc7ncuti1wd2sdbw==
58+
59+ husky@^9.1.7 :
60+ version "9.1.7"
61+ resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.7.tgz#d46a38035d101b46a70456a850ff4201344c0b2d"
62+ integrity sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==
You can’t perform that action at this time.
0 commit comments