Skip to content

Instantly share code, notes, and snippets.

@nakasyou
Created September 13, 2024 08:52
Show Gist options
  • Save nakasyou/cd9086d97bb507f589b82a1c40c78643 to your computer and use it in GitHub Desktop.
Save nakasyou/cd9086d97bb507f589b82a1c40c78643 to your computer and use it in GitHub Desktop.
My biome
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"indentStyle": "space",
"indentWidth": 2
},
"javascript": {
"formatter": {
"semicolons": "asNeeded",
"quoteStyle": "single"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment