Skip to content

Commit 2119c55

Browse files
committed
not ok
1 parent bd7142b commit 2119c55

File tree

6 files changed

+194
-482
lines changed

6 files changed

+194
-482
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
33
"formatter": {
44
"indentStyle": "space",
5-
"indentWidth": 2
5+
"indentWidth": 2,
6+
"lineWidth": 80
67
},
78
"linter": {
89
"rules": {

bun.lockb

1.84 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@
1717
"typescript": "^5.6.2"
1818
},
1919
"dependencies": {
20+
"@hookform/resolvers": "^3.9.1",
2021
"@types/bun": "^1.1.10",
2122
"cspell": "^8.14.4",
23+
"react-hook-form": "^7.53.2",
2224
"zod": "^3.23.8"
2325
},
2426
"lint-staged": {

0 commit comments

Comments
 (0)