From 3077b243ca5c8ebfe7942db21b9bb26b9342635c Mon Sep 17 00:00:00 2001 From: Bryant Le Date: Thu, 31 Oct 2024 11:05:42 -0500 Subject: [PATCH] chore(lint): configure Biome to line only app directory --- biome.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biome.json b/biome.json index 0b46c23..01bd84a 100644 --- a/biome.json +++ b/biome.json @@ -8,5 +8,8 @@ "rules": { "recommended": true } + }, + "files": { + "include": ["app/**/*"] } }