Skip to content

Commit

Permalink
chore: fix biome.json configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
farreldarian committed Jun 13, 2024
1 parent 42d2113 commit b624b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.0/schema.json",
"$schema": "node_modules/@biomejs/biome/configuration_schema.json",
"files": {
"ignore": ["**/dist", "packages/usages/prisma/**", "strip-json-comments.ts"]
},
Expand All @@ -18,7 +18,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "es5",
"trailingCommas": "es5",
"semicolons": "asNeeded"
}
}
Expand Down

0 comments on commit b624b7e

Please sign in to comment.