@mariozechner/create-app
Version:
CLI for creating deployable web applications with Docker, Caddy, and modern tooling
22 lines (21 loc) • 403 B
JSON
{
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
"files": {
"includes": ["src/**/*"]
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 3,
"lineWidth": 120
},
"linter": {
"enabled": true
},
"javascript": {
"formatter": {
"quoteStyle": "double",
"semicolons": "always"
}
}
}