From 8ec712c8c884110600954860c21f58107455cfdc Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 14 Dec 2025 16:14:29 -0800 Subject: Move to typescript --- biome.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 biome.json (limited to 'biome.json') diff --git a/biome.json b/biome.json new file mode 100644 index 0000000..bcf844c --- /dev/null +++ b/biome.json @@ -0,0 +1,26 @@ +{ + "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", + "formatter": { + "enabled": true, + "indentStyle": "space", + "indentWidth": 4, + "lineWidth": 100 + }, + "linter": { + "enabled": true, + "rules": { + "recommended": true + } + }, + "javascript": { + "formatter": { + "quoteStyle": "single", + "trailingCommas": "es5" + } + }, + "json": { + "formatter": { + "indentWidth": 4 + } + } +} -- cgit v1.2.3-70-g09d2