mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 16:40:51 +08:00
23 lines
430 B
JSON
23 lines
430 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.5.1/schema.json",
|
|
"formatter": {
|
|
"enabled": true,
|
|
"useEditorconfig": true
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"complexity": {
|
|
"noImportantStyles": "off"
|
|
},
|
|
"style": {
|
|
"noDescendingSpecificity": "off"
|
|
}
|
|
}
|
|
},
|
|
"files": {
|
|
"includes": ["src/app/resources/browser/styles/**"]
|
|
}
|
|
}
|