Files
Rodney Osodo 41b30c7a9d feat(ui): add outer shell
This contains database switching plus the different schemas, publications, extensions etc
2025-06-13 06:58:51 +03:00

52 lines
980 B
JSON

{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": false,
"ignore": ["src/routeTree.gen.ts", "src/components/ui/*.tsx"]
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"lineWidth": 80,
"indentWidth": 2
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"performance": {
"all": true
},
"security": {
"all": true
},
"style": {
"all": true,
"noDefaultExport": "off",
"useFilenamingConvention": {
"level": "error",
"options": {
"filenameCases": ["kebab-case"]
}
}
},
"correctness": {
"all": true
}
}
},
"javascript": {
"formatter": {
"quoteStyle": "double"
}
}
}