create-bun-stack
Version:
Rails-inspired fullstack application generator for Bun
40 lines (39 loc) • 709 B
JSON
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 100,
"lineEnding": "lf"
},
"javascript": {
"formatter": {
"quoteStyle": "double",
"trailingCommas": "es5",
"semicolons": "always"
}
},
"files": {
"ignore": [
"node_modules",
".create-bun-stack",
"*.lock",
"dist",
"build",
"test-output",
"public/main.js"
],
"maxSize": 2097152
}
}