Skip to content

Instantly share code, notes, and snippets.

@dreamorosi
Created April 19, 2024 08:22
Show Gist options
  • Save dreamorosi/3daec171ff98f2c921eb3a19459256dd to your computer and use it in GitHub Desktop.
Save dreamorosi/3daec171ff98f2c921eb3a19459256dd to your computer and use it in GitHub Desktop.
{
"$schema": "https://biomejs.dev/schemas/1.7.0/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2,
"lineEnding": "lf"
},
"javascript": {
"formatter": {
"semicolons": "always",
"bracketSpacing": true,
"quoteStyle": "single",
"trailingComma": "es5"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment