biome.jsonā¢1.03 kB
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"files": {
"ignore": ["node_modules/**", "dist/**", "src/graphql-env.d.ts"]
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"correctness": {
"noUnusedVariables": "off",
"noConstructorReturn": "off"
},
"performance": {
"noDelete": "off"
},
"style": {
"noNonNullAssertion": "off",
"useShorthandArrayType": "error",
"useNodejsImportProtocol": "off",
"noUselessElse": "off",
"useImportType": "off",
"noInferrableTypes": "off",
"useNumberNamespace": "off"
},
"suspicious": {
"noArrayIndexKey": "off",
"noImplicitAnyLet": "off",
"noExplicitAny": "off",
"noAssignInExpressions": "off",
"noConfusingVoidType": "off",
"noExportsInTest": "off"
},
"complexity": {
"noForEach": "off",
"useLiteralKeys": "off"
},
"a11y": {
"noSvgWithoutTitle": "off"
}
}
},
"formatter": {
"enabled": true
},
"organizeImports": {
"enabled": true
}
}