{ "$schema": "https://biomejs.dev/schemas/1.4.0/schema.json", "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true, "complexity": { "noExcessiveCognitiveComplexity": "warn" }, "correctness": { "noUnusedVariables": "warn" }, "style": { "useBlockStatements": "warn", "useShorthandArrayType": "warn", "useShorthandAssign": "warn" }, "suspicious": { "noApproximativeNumericConstant": "error" } } }, "files": { "ignore": [".devcontainer/*", "npm/*", "deno.lock"] } }