diff --git a/biome.json b/biome.json index 9002780f..ca315148 100644 --- a/biome.json +++ b/biome.json @@ -1,7 +1,13 @@ { - "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.15/schema.json", "files": { - "ignore": ["**/package.json", ".turbo/", "dist", "**/nix/store/**"] + "includes": [ + "**", + "!**/package.json", + "!**/.turbo/", + "!**/dist", + "!**/nix/store" + ] }, "formatter": { "indentStyle": "space",