2026-07-01 07:24:35 +03:00
|
|
|
{
|
2026-07-01 08:14:41 +03:00
|
|
|
"$schema": "https://biomejs.dev/schemas/2.5.1/schema.json",
|
2026-07-01 07:24:35 +03:00
|
|
|
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
|
|
|
|
|
"files": { "includes": ["src/**/*", "tests/**/*", "e2e/**/*", "*.ts", "*.json"] },
|
|
|
|
|
"formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 120 },
|
2026-07-01 08:14:41 +03:00
|
|
|
"linter": { "enabled": true, "rules": { "preset": "recommended" } },
|
2026-07-01 07:24:35 +03:00
|
|
|
"javascript": {
|
|
|
|
|
"formatter": {
|
|
|
|
|
"quoteStyle": "single",
|
|
|
|
|
"semicolons": "always",
|
|
|
|
|
"trailingCommas": "all"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|