diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-17 14:48:48 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-17 14:48:48 +0200 |
| commit | ad96e0a669ee99359d2a3fbc72793cfde4b60ce5 (patch) | |
| tree | 8dabf56d32128c3c525181e04489cd95a3945620 /biome.json | |
| parent | 24e3fd4b0aad51773cd8aaf5c53b30555af8bc2e (diff) | |
| download | radio-ad96e0a669ee99359d2a3fbc72793cfde4b60ce5.tar.zst | |
Biome format
Diffstat (limited to '')
| -rw-r--r-- | biome.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/biome.json b/biome.json new file mode 100644 index 0000000..ceb22ef --- /dev/null +++ b/biome.json @@ -0,0 +1,33 @@ +{ + "files": { + "includes": ["index.html", "biome.json"] + }, + "html": { + "experimentalFullSupportEnabled": true, + "formatter": { "enabled": true } + }, + "javascript": { + "formatter": { + "trailingCommas": "es5" + } + }, + "formatter": { + "indentStyle": "tab", + "enabled": true, + "lineWidth": 100, + "indentWidth": 2 + }, + "linter": { + "enabled": true, + "rules": { + "recommended": true, + "complexity": { + "noStaticOnlyClass": "off" + }, + "suspicious": { + "noDebugger": "off", + "noConsole": "off" + } + } + } +} |
