Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jul 11, 2024
1 parent a95c674 commit 7e9a092
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions .biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"formatter": {
"enabled": false
"$schema": "https://biomejs.dev/schemas/1.3.3/schema.json",
"organizeImports": {
"enabled": true,
},
"json": {
"parser": {
"allowComments": true,
"allowTrailingCommas": true
}
// format with dprint
"formatter": {
"enabled": false,
},
"linter": {
"enabled": true,
"ignore": ["dist"],
"rules": {
"recommended": true,
"complexity": {
"useLiteralKeys": "off"
}
}
"useLiteralKeys": "off",
},
},
},
"organizeImports": {
"enabled": false
}
}

0 comments on commit 7e9a092

Please sign in to comment.