Skip to content

Instantly share code, notes, and snippets.

@dreamorosi
Last active July 12, 2025 10:27
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/2.1.1/schema.json",
"assist": { "actions": { "source": { "organizeImports": "on" } } },
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2,
"lineEnding": "lf"
},
"javascript": {
"formatter": {
"semicolons": "always",
"bracketSpacing": true,
"quoteStyle": "single",
"trailingCommas": "es5"
}
},
"files": {
"includes": [
"**",
"!**/.cache",
"!**/.claude",
"!**/.vscode",
"!**/.amazonq",
"!**/api",
"!**/site",
"!**/.devcontainer",
"!**/node_modules",
"!**/.tsbuildinfo",
"!**/coverage",
"!**/lib",
"!**/cdk.out",
"!**/site",
"!**/.aws-sam",
"!**/*.generated.js",
"!**/*.generated.d.ts"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment