@travisennis/acai-brainstorm
Version:
A set of brainstorming agents and tools to use with AI.SDK.
47 lines (46 loc) • 1.13 kB
JSON
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"files": {
"ignore": ["dist/**/*.*"],
"maxSize": 1048576
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"complexity": { "all": true },
"correctness": { "all": true, "noNodejsModules": "off" },
"performance": { "all": true },
"security": { "all": true },
"suspicious": { "all": true, "noConsole": "off" },
"style": { "all": true },
"nursery": { "recommended": true }
}
},
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 2,
"lineEnding": "lf",
"lineWidth": 80,
"attributePosition": "auto"
},
"javascript": {
"formatter": {
"jsxQuoteStyle": "double",
"quoteProperties": "asNeeded",
"trailingCommas": "all",
"arrowParentheses": "always",
"bracketSpacing": true,
"bracketSameLine": false,
"quoteStyle": "double",
"attributePosition": "auto"
},
"parser": {
"unsafeParameterDecoratorsEnabled": true
}
}
}