{ "$schema": "https://biomejs.dev/schemas/1.7.1/schema.json", "organizeImports": { "enabled": false }, "linter": { "enabled": true, "rules": { "recommended": true, "style": { "useTemplate": "warn", "noNonNullAssertion": "warn" }, "suspicious": { "noExplicitAny": "off" } } }, "formatter": { "enabled": true, "lineWidth": 72, "indentStyle": "space", "formatWithErrors": true, "indentWidth": 2 }, "javascript": { "formatter": { "semicolons": "always" } } }