Skip to content

Commit ab0e3e9

Browse files
change lint command and add @biomejs/biome as dev dep
1 parent dff7be3 commit ab0e3e9

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

bun.lock

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"build:fluentvalidation-ts": "microbundle --cwd fluentvalidation-ts --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm",
223223
"build:standard-schema": "microbundle --cwd standard-schema --globals @hookform/resolvers=hookformResolvers,react-hook-form=ReactHookForm,@standard-schema/spec=standardSchema",
224224
"postbuild": "node ./config/node-13-exports.js && check-export-map",
225-
"lint": "bunx @biomejs/biome check --write --vcs-use-ignore-file=true .",
225+
"lint": "biome check --write --vcs-use-ignore-file=true .",
226226
"lint:types": "tsc",
227227
"test": "vitest run",
228228
"test:watch": "vitest watch",
@@ -267,6 +267,7 @@
267267
},
268268
"homepage": "https://react-hook-form.com",
269269
"devDependencies": {
270+
"@biomejs/biome": "^1.8.3",
270271
"@sinclair/typebox": "^0.34.30",
271272
"@standard-schema/spec": "^1.0.0",
272273
"@testing-library/dom": "^10.4.0",

0 commit comments

Comments
 (0)