diff --git a/biome.json b/biome.json index 9671d61..e3209ed 100644 --- a/biome.json +++ b/biome.json @@ -3,9 +3,9 @@ "organizeImports": { "enabled": true }, - + "files": { - "ignore": ["dist/**", "node_modules/**", "bun.lockb"] + "ignore": ["package.json", "bun.lockb", "*.md"] }, "formatter": {