Skip to content

Instantly share code, notes, and snippets.

@murka
Created November 18, 2025 13:51
Show Gist options
  • Select an option

  • Save murka/3713b3b926eecbd2b5352a80126b0ab3 to your computer and use it in GitHub Desktop.

Select an option

Save murka/3713b3b926eecbd2b5352a80126b0ab3 to your computer and use it in GitHub Desktop.
biomejs.dev configuration
{
"$schema": "https://biomejs.dev/schemas/2.3.6/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"ignoreUnknown": false
},
"formatter": {
"enabled": true,
"indentStyle": "space"
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"javascript": {
"formatter": {
"quoteStyle": "double"
}
},
"assist": {
"enabled": true,
"actions": {
"source": {
"organizeImports": {
"level": "on",
"options": {
"groups": [{ "type": true }, "**", ":URL:", ":NODE:"],
"identifierOrder": "natural"
}
},
"recommended": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment