{ "$schema": "https://biomejs.dev/schemas/latest/schema.json", "vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false }, "files": { "ignoreUnknown": false }, "formatter": { "enabled": false }, "linter": { "enabled": true, "rules": { "recommended": true, "style": { "useShorthandFunctionType": "off" }, "suspicious": { "noExplicitAny": "off", "noShadowRestrictedNames": "off" } } }, "javascript": { "formatter": { "quoteStyle": "double" } }, "assist": { "enabled": true, "actions": { "source": { "organizeImports": "on" } } } }