{ "$schema": "https://biomejs.dev/schemas/2.1.1/schema.json", "vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false }, "files": { "ignoreUnknown": false, "includes": ["**"] }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 80, "lineEnding": "lf" }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noUnsafeDeclarationMerging": "off", "noExplicitAny": "off" }, "correctness": { "noConstructorReturn": "off" }, "performance": { "noDynamicNamespaceImportAccess": "off" } } }, "javascript": { "formatter": { "quoteStyle": "double", "lineWidth": 80 } }, "assist": { "enabled": true, "actions": { "source": { "organizeImports": "on" } } } }