@resonatehq/kafka
Version:
Resonate Kafka Transport
46 lines (45 loc) • 960 B
JSON
{
"$schema": "https://biomejs.dev/schemas/2.3.7/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": true,
"includes": ["**/*.ts", "**/*.js", "!**/dist/*", "!**/node_modules/*"]
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 120
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"suspicious": {
"noExplicitAny": "off"
},
"correctness": {
"useYield": "off",
"noUnusedImports": "error",
"noUnusedFunctionParameters": "off",
"noUnusedVariables": "off",
"noUnusedPrivateClassMembers": "off"
},
"style": {
"noNonNullAssertion": "off"
},
"complexity": {
"noBannedTypes": "off"
}
}
},
"javascript": {
"formatter": {
"quoteStyle": "double"
}
}
}