summaryrefslogtreecommitdiffstats
path: root/biome.json
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2026-01-17 14:48:48 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2026-01-17 14:48:48 +0200
commitad96e0a669ee99359d2a3fbc72793cfde4b60ce5 (patch)
tree8dabf56d32128c3c525181e04489cd95a3945620 /biome.json
parent24e3fd4b0aad51773cd8aaf5c53b30555af8bc2e (diff)
downloadradio-ad96e0a669ee99359d2a3fbc72793cfde4b60ce5.tar.zst
Biome format
Diffstat (limited to 'biome.json')
-rw-r--r--biome.json33
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"
+ }
+ }
+ }
+}