{ "$schema": "https://biomejs.dev/schemas/2.4.9/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": false }, "formatter": { "enabled": true, "indentStyle": "tab" }, "linter": { "enabled": true, "rules": { "recommended": true, "style": { "noNonNullAssertion": "off" }, "correctness": { "noUnusedVariables": "off", "noUnusedFunctionParameters": "off", "useExhaustiveDependencies": { "level": "warn", "options": { "hooks": [ { "name": "useLazyRef", "stableResult": true } ] } } } } }, "javascript": { "formatter": { "quoteStyle": "double" } }, "assist": { "enabled": true, "actions": { "source": { "organizeImports": "on" } } } }