diff --git a/biome.json b/biome.json index 7d2d9164..3c8c3ddd 100644 --- a/biome.json +++ b/biome.json @@ -30,6 +30,13 @@ "enabled": false }, "files": { - "ignore": ["node_modules", ".nyc_output", "build", "coverage", ".vscode"] + "ignore": [ + "node_modules", + ".nyc_output", + "build", + "coverage", + ".vscode", + "package.json" + ] } }