Skip to main content
Links to This Note1

biome.jsonc

{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["ultracite/biome/core", "ultracite/biome/next"],
"javascript": {
"formatter": {
"semicolons": "asNeeded"
}
}
}

Links to This Note