summaryrefslogtreecommitdiffhomepage
path: root/biome.json
diff options
context:
space:
mode:
Diffstat (limited to 'biome.json')
-rw-r--r--biome.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/biome.json b/biome.json
index 63b7a19..a72d9ce 100644
--- a/biome.json
+++ b/biome.json
@@ -1,8 +1,8 @@
{
- "$schema": "https://biomejs.dev/schemas/2.4.16/schema.json",
- "assist": { "actions": { "source": { "organizeImports": "on" } } },
- "linter": { "enabled": true, "rules": { "recommended": true } },
- "formatter": { "enabled": true, "indentStyle": "tab", "lineWidth": 100 },
- "javascript": { "formatter": { "quoteStyle": "double", "semicolons": "always" } },
- "files": { "includes": ["**", "!**/node_modules", "!**/dist", "!**/build"] }
+ "$schema": "https://biomejs.dev/schemas/2.4.16/schema.json",
+ "assist": { "actions": { "source": { "organizeImports": "on" } } },
+ "linter": { "enabled": true, "rules": { "recommended": true } },
+ "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 100 },
+ "javascript": { "formatter": { "quoteStyle": "double", "semicolons": "always" } },
+ "files": { "includes": ["**", "!**/node_modules", "!**/dist", "!**/build"] }
}