Skip to content

Instantly share code, notes, and snippets.

@antpaw
Last active December 16, 2023 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antpaw/331a8e24079187a5b139bfd1a3a4c736 to your computer and use it in GitHub Desktop.
Save antpaw/331a8e24079187a5b139bfd1a3a4c736 to your computer and use it in GitHub Desktop.
Biome defaults
{
"$schema": "https://biomejs.dev/schemas/1.4.0/schema.json",
"files": {
"ignore": ["**/__generated__/*"]
},
"linter": {
"rules": {
"style": {
"useBlockStatements": "error",
"useShorthandArrayType": "error",
"noShoutyConstants": "warn"
}
}
},
"formatter": {
"indentStyle": "space",
"lineWidth": 100
},
"javascript": {
"formatter": {
"semicolons": "asNeeded",
"quoteStyle": "single"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment