mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-22 20:06:18 +02:00
57 lines
1.1 KiB
JSON
57 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
|
|
"vcs": {
|
|
"enabled": false,
|
|
"clientKind": "git",
|
|
"useIgnoreFile": false
|
|
},
|
|
"files": {
|
|
"ignoreUnknown": false,
|
|
"ignore": []
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "space",
|
|
"indentWidth": 2
|
|
},
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"correctness": {
|
|
"useHookAtTopLevel": "error"
|
|
},
|
|
"nursery": {
|
|
"useGoogleFontDisplay": "error",
|
|
"noDocumentImportInPage": "error",
|
|
"noHeadElement": "error",
|
|
"noHeadImportInDocument": "error",
|
|
"noImgElement": "off",
|
|
"useComponentExportOnlyModules": {
|
|
"level": "error",
|
|
"options": {
|
|
"allowExportNames": ["metadata", "badgeVariants", "buttonVariants"]
|
|
}
|
|
}
|
|
},
|
|
"a11y": {
|
|
"useSemanticElements": "off"
|
|
}
|
|
}
|
|
},
|
|
"css": {
|
|
"formatter": {
|
|
"quoteStyle": "double"
|
|
}
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "double"
|
|
},
|
|
"globals": []
|
|
}
|
|
}
|