Skip to content

Instantly share code, notes, and snippets.

@HallexCosta
Created September 1, 2024 07:42
Show Gist options
  • Save HallexCosta/2120db599a888c1a4a2dbde5636d67de to your computer and use it in GitHub Desktop.
Save HallexCosta/2120db599a888c1a4a2dbde5636d67de to your computer and use it in GitHub Desktop.
BiomeJS configs
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"javascript": {
"formatter": {
"semicolons": "asNeeded",
"quoteStyle": "single",
"indentWidth": 2,
"lineEnding": "crlf",
"indentStyle": "tab",
"trailingCommas": "none",
"jsxQuoteStyle": "double"
},
"globals": ["$", "_", "externalVariable"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment