41b30c7a9d
This contains database switching plus the different schemas, publications, extensions etc
52 lines
980 B
JSON
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"
|
|
}
|
|
}
|
|
}
|