From 0544226c38b6a3bbd3948e8994738708cd28c2a9 Mon Sep 17 00:00:00 2001 From: Jayan Ratna Date: Mon, 16 Sep 2024 09:14:59 +1200 Subject: [PATCH] change: Update Biome config to support v1.9 --- biome.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/biome.json b/biome.json index 1f3aa7d..cef4dea 100644 --- a/biome.json +++ b/biome.json @@ -1,12 +1,10 @@ { - "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", + "$schema": "https://biomejs.dev/schemas/1.9.1/schema.json", "organizeImports": { "enabled": true }, "formatter": { "enabled": true, "formatWithErrors": false, - "lineEnding": "lf", - "indentWidth": 2, - "indentStyle": "space" + "useEditorconfig": true }, "linter": { "enabled": true,