summaryrefslogtreecommitdiff
path: root/biome.json
diff options
context:
space:
mode:
authorMartin Kagamino Lehoux <martin@lehoux.net>2026-08-16 13:19:22 +0200
committerMartin Kagamino Lehoux <martin@lehoux.net>2026-08-16 13:19:22 +0200
commitbe78280c669a04c112afaf1801f22ed2eec7c55a (patch)
tree0d630af1d0502aae12b1a8cf4ee609a9cba9e4e3 /biome.json
parente7bd55d20974f4ee5b892cd2e81c62b5c5408920 (diff)
refactor(web): establish JavaScript module tooling
Diffstat (limited to 'biome.json')
-rw-r--r--biome.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/biome.json b/biome.json
new file mode 100644
index 0000000..566ee72
--- /dev/null
+++ b/biome.json
@@ -0,0 +1,15 @@
+{
+ "$schema": "https://biomejs.dev/schemas/2.5.8/schema.json",
+ "formatter": {
+ "enabled": true,
+ "indentStyle": "space",
+ "indentWidth": 2,
+ "lineWidth": 140
+ },
+ "linter": {
+ "enabled": true,
+ "rules": {
+ "recommended": true
+ }
+ }
+}