From 15c8b721d3f21bed53e3e2c93f8a982bba8d564d Mon Sep 17 00:00:00 2001 From: Luciano Mammino Date: Wed, 28 Feb 2024 21:48:26 +0000 Subject: [PATCH] chore: formatted biome.json --- biome.json | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/biome.json b/biome.json index 2313c72..1b57efa 100644 --- a/biome.json +++ b/biome.json @@ -17,12 +17,7 @@ "all": true } }, - "ignore": [ - "coverage/", - "dist/", - "node_modules/", - "docs/" - ] + "ignore": ["coverage/", "dist/", "node_modules/", "docs/"] }, "formatter": { "enabled": true, @@ -30,24 +25,13 @@ "indentStyle": "space", "indentWidth": 2, "lineWidth": 80, - "ignore": [ - "coverage/", - "dist/", - "node_modules/", - "docs/" - ] + "ignore": ["coverage/", "dist/", "node_modules/", "docs/"] }, "javascript": { "formatter": { "semicolons": "asNeeded", "quoteStyle": "single" }, - "globals": [ - "Deno", - "describe", - "test", - "expect", - "it" - ] + "globals": ["Deno", "describe", "test", "expect", "it"] } -} \ No newline at end of file +}