From 324c21147ba923fc223476b005e8b76efe7ff4a2 Mon Sep 17 00:00:00 2001 From: arobsn <87387688+arobsn@users.noreply.github.com> Date: Wed, 3 Jul 2024 08:27:28 -0300 Subject: [PATCH] fix formatting --- biome.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/biome.json b/biome.json index 96b3dd8..a786430 100644 --- a/biome.json +++ b/biome.json @@ -1,12 +1,7 @@ { "$schema": "https://biomejs.dev/schemas/1.8.2/schema.json", "files": { - "ignore": [ - "**/coverage/*", - "**/dist/*", - "**/node_modules/*", - "**/package.json" - ] + "ignore": ["**/coverage/*", "**/dist/*", "**/node_modules/*", "**/package.json"] }, "organizeImports": { "enabled": true