create-unstack
Version:
CLI tool to scaffold a modern Next.js app with TailwindCSS, HeroUI, and optional authentication & MongoDB
34 lines (33 loc) • 611 B
JSON
{
"$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
"extends": ["ultracite"],
"linter": {
"enabled": true,
"includes": [
"**/*.ts",
"**/*.tsx",
"**/*.js",
"**/*.jsx",
"**/*.json",
"**/*.md"
],
"rules": {
"style": {
"noNonNullAssertion": "off"
}
}
},
"files": {
"experimentalScannerIgnores": ["node_modules", ".git", ".next"]
},
"formatter": {
"enabled": true,
"indentWidth": 4,
"indentStyle": "space"
},
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
}
}