@unleash/proxy
Version:
The Unleash Proxy (Open-Source)
88 lines (87 loc) • 2.08 kB
JSON
{
"$schema": "https://biomejs.dev/schemas/2.4.2/schema.json",
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"correctness": {
"noUnsafeOptionalChaining": "off",
"useExhaustiveDependencies": "off",
"noUnusedImports": "warn",
"useJsxKeyInIterable": "off"
},
"complexity": {
"noBannedTypes": "off",
"noUselessConstructor": "off",
"useOptionalChain": "warn",
"noStaticOnlyClass": "off",
"noForEach": "off"
},
"style": {
"noNonNullAssertion": "off",
"noInferrableTypes": "off",
"noUnusedTemplateLiteral": "off",
"useSingleVarDeclarator": "off",
"noUselessElse": "off",
"useNodejsImportProtocol": "off"
},
"suspicious": {
"noExplicitAny": "off",
"noExtraNonNullAssertion": "off",
"noRedeclare": "off",
"noPrototypeBuiltins": "off",
"noConfusingVoidType": "off",
"noArrayIndexKey": "off",
"noThenProperty": "off",
"noExportsInTest": "off"
},
"performance": {
"noAccumulatingSpread": "off",
"noDelete": "off"
}
},
"includes": [
"**",
"!**/node_modules",
"!**/jest.config.js",
"!**/dist",
"!**/build",
"!**/CHANGELOG.md",
"!**/package.json",
"!**/tsconfig.json"
]
},
"assist": { "actions": { "source": { "organizeImports": "on" } } },
"formatter": {
"indentStyle": "space",
"includes": [
"**",
"!**/node_modules",
"!**/jest.config.js",
"!**/dist",
"!**/build",
"!**/CHANGELOG.md",
"!**/package.json",
"!**/tsconfig.json"
],
"indentWidth": 4
},
"javascript": {
"formatter": {
"semicolons": "always",
"quoteStyle": "single",
"jsxQuoteStyle": "single",
"indentWidth": 4
}
},
"json": {
"formatter": {
"indentWidth": 2
}
},
"vcs": {
"enabled": true,
"defaultBranch": "main",
"clientKind": "git"
}
}