Skip to content

Commit

Permalink
fix: biome config
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed May 24, 2024
1 parent 57efbf9 commit ad084fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion biome.base.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"jsxQuoteStyle": "double",
"quoteStyle": "double",
"quoteProperties": "asNeeded",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "always",
"bracketSpacing": true,
"bracketSameLine": false,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@risc0/ui",
"version": "0.0.82",
"version": "0.0.83",
"sideEffects": false,
"type": "module",
"scripts": {
"bump:version": "bunx changelogen --bump --no-output",
"check": "tsc && bunx @biomejs/biome check . --apply-unsafe",
"check": "tsc && bunx @biomejs/biome check . --write --unsafe",
"prepare": "npx husky",
"sort-package": "bunx sort-package-json 'package.json'",
"test": "vitest run --silent --coverage && istanbul-badges-readme"
Expand Down

0 comments on commit ad084fc

Please sign in to comment.