Skip to content

Commit

Permalink
Fix biome settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi committed Jun 8, 2024
1 parent 48cd5db commit 945d94e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"arrowParentheses": "asNeeded",
"quoteStyle": "single",
"semicolons": "always",
"trailingComma": "none"
"trailingCommas": "none"
}
},
"json": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"build:types:temp": "tsc --emitDeclarationOnly --outDir temp --project tsconfig.build.json",
"build:types:roll": "rollup --config rollup.dts.config.ts --configPlugin typescript && rimraf temp",
"build:types:check": "tsc --project tsconfig.check.json",
"check": "biome check --apply .",
"check": "biome check --write .",
"coverage": "vitest --coverage",
"lint": "biome lint --apply .",
"lint": "biome lint --write .",
"prepublishOnly": "pnpm run build",
"test": "vitest",
"type-check": "tsc --noEmit"
Expand Down

0 comments on commit 945d94e

Please sign in to comment.