Skip to content

Instantly share code, notes, and snippets.

@koralle
Last active October 10, 2023 11:09
Show Gist options
  • Save koralle/237cb373b56b0a874d3ed96ec3ec72a9 to your computer and use it in GitHub Desktop.
Save koralle/237cb373b56b0a874d3ed96ec3ec72a9 to your computer and use it in GitHub Desktop.
My biome.json
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"enabled": true,
"indentSize": 2,
"indentStyle": "space",
"lineWidth": 120
},
"javascript": {
"formatter": {
"enabled": true,
"semicolons": "asNeeded"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment