chore: modernize biome config to 2.5 preset syntax

This commit is contained in:
Ilia Mashkov
2026-07-01 08:14:41 +03:00
parent fab19e9efe
commit eefff9344f
+2 -2
View File
@@ -1,9 +1,9 @@
{
"$schema": "https://biomejs.dev/schemas/2.4.13/schema.json",
"$schema": "https://biomejs.dev/schemas/2.5.1/schema.json",
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
"files": { "includes": ["src/**/*", "tests/**/*", "e2e/**/*", "*.ts", "*.json"] },
"formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 120 },
"linter": { "enabled": true, "rules": { "recommended": true } },
"linter": { "enabled": true, "rules": { "preset": "recommended" } },
"javascript": {
"formatter": {
"quoteStyle": "single",