{ "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json", "files": { "includes": [ "src/**", "tests/**", "scripts/**", "knip.ts", "*.json", "!node_modules", "!dist", "!coverage" ] }, "assist": { "actions": { "source": { "organizeImports": "on" } } }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noTemplateCurlyInString": "off" } } }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 100 }, "javascript": { "formatter": { "quoteStyle": "single", "trailingCommas": "all", "semicolons": "always" } } }