Skip to content

Commit

Permalink
chore: formatted biome.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Feb 28, 2024
1 parent d02decd commit 15c8b72
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,37 +17,21 @@
"all": true
}
},
"ignore": [
"coverage/",
"dist/",
"node_modules/",
"docs/"
]
"ignore": ["coverage/", "dist/", "node_modules/", "docs/"]
},
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 80,
"ignore": [
"coverage/",
"dist/",
"node_modules/",
"docs/"
]
"ignore": ["coverage/", "dist/", "node_modules/", "docs/"]
},
"javascript": {
"formatter": {
"semicolons": "asNeeded",
"quoteStyle": "single"
},
"globals": [
"Deno",
"describe",
"test",
"expect",
"it"
]
"globals": ["Deno", "describe", "test", "expect", "it"]
}
}
}

0 comments on commit 15c8b72

Please sign in to comment.