Skip to content

Commit

Permalink
Merge pull request #83 from exoego/biome
Browse files Browse the repository at this point in the history
chore: address biome deprecation
  • Loading branch information
exoego committed Aug 14, 2024
2 parents aedfbb8 + 1e6a57c commit fd4243d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "vitest",
"test:run": "vitest --run",
"build": "node esbuild.mjs",
"check": "tsc && biome check --apply ."
"check": "tsc && biome check --write ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit fd4243d

Please sign in to comment.