{ "$schema": "https://biomejs.dev/schemas/1.9.0/schema.json", "formatter": { "indentStyle": "space", "indentWidth": 2, "lineWidth": 100 }, "javascript": { "formatter": { "quoteStyle": "double", "semicolons": "always" } }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noConsole": "error" } } } }