From c836cda3d534de6e59ef54ef29fb615202b889cf Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 17 Apr 2024 06:39:36 -0400 Subject: eslint -> biome --- biome.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'biome.json') diff --git a/biome.json b/biome.json index 80940cb..7a53a9f 100644 --- a/biome.json +++ b/biome.json @@ -2,11 +2,16 @@ "$schema": "https://biomejs.dev/schemas/1.6.4/schema.json", "formatter": { "ignore": [ - ".direnv/**", - ".git/**", - "dist/**", + ".git/", + "dist/", + ".astro/", + "node_modules", + ".direnv/", + "result*", + "repl-result*", "flake.lock", "pnpm-lock.yaml" - ] + ], + "indentStyle": "tab" } } -- cgit v1.2.3