mirror of
https://github.com/alexgetmancom/miband-bot.git
synced 2026-09-05 18:16:18 +03:00
9 lines
515 B
JSON
9 lines
515 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.5.8/schema.json",
|
|
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
|
|
"files": { "includes": ["**", "!dist", "!node_modules", "!data", "!*.log", "!Dockerfile.bun"] },
|
|
"formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 120 },
|
|
"linter": { "enabled": true, "rules": { "preset": "recommended" } },
|
|
"javascript": { "formatter": { "quoteStyle": "double", "trailingCommas": "all", "semicolons": "always" } }
|
|
}
|