diff --git a/biome.base.jsonc b/biome.base.jsonc index 64a6c3e..ed2f854 100644 --- a/biome.base.jsonc +++ b/biome.base.jsonc @@ -79,7 +79,7 @@ "jsxQuoteStyle": "double", "quoteStyle": "double", "quoteProperties": "asNeeded", - "trailingComma": "all", + "trailingCommas": "all", "semicolons": "always", "bracketSpacing": true, "bracketSameLine": false, diff --git a/package.json b/package.json index e10525c..706451a 100644 --- a/package.json +++ b/package.json @@ -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"