Skip to content

Commit

Permalink
chore(biome): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesprague committed Oct 20, 2023
1 parent eeb74f2 commit 3254f00
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 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.2.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.3.1/schema.json",
"files": {
"ignore": [
"**/.devcontainer/*",
Expand All @@ -23,14 +23,17 @@
},
"style": {
"useBlockStatements": "error"
},
"correctness": {
"all": true
}
}
},
"formatter": {
"enabled": true,
"formatWithErrors": true,
"indentStyle": "space",
"indentSize": 2,
"indentWidth": 2,
"lineWidth": 80
},
"javascript": {
Expand Down

0 comments on commit 3254f00

Please sign in to comment.