diff --git a/biome.json b/biome.json index e3d4963..0d08749 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.9.1/schema.json", + "$schema": "https://biomejs.dev/schemas/1.9.2/schema.json", "organizeImports": { "enabled": true }, @@ -10,6 +10,7 @@ } }, "formatter": { + "useEditorconfig": true, "indentStyle": "space", "indentWidth": 2 }, diff --git a/bun.lockb b/bun.lockb index d1dd69a..7252474 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 999a5ef..50a1063 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "peowly": "^1.3.2" }, "devDependencies": { - "@biomejs/biome": "^1.9.1", + "@biomejs/biome": "^1.9.2", "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", "@types/bun": "^1.1.9",