Skip to content

Instantly share code, notes, and snippets.

@insin
Created February 17, 2026 11:31
Show Gist options
  • Select an option

  • Save insin/01aafb46dbce19370994e26339f4290b to your computer and use it in GitHub Desktop.

Select an option

Save insin/01aafb46dbce19370994e26339f4290b to your computer and use it in GitHub Desktop.
{
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"includes": [
"**",
"!worker-configuration.d.ts"
],
"ignoreUnknown": false
},
"formatter": {
"indentStyle": "space",
"lineWidth": 100
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"style": {
"useConst": "off"
},
"suspicious": {
"noDoubleEquals": "off",
"noExplicitAny": "off"
}
}
},
"javascript": {
"formatter": {
"quoteStyle": "single",
"semicolons": "asNeeded"
}
},
"assist": {
"actions": {
"source": {
"organizeImports": {
"level": "on",
"options": {
"groups": [
":NODE:",
":BLANK_LINE:",
":PACKAGE:",
":BLANK_LINE:",
":ALIAS:",
":BLANK_LINE:",
":PATH:"
]
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment