mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-07-03 09:50:22 +08:00
33 lines
523 B
JSON
33 lines
523 B
JSON
![]() |
{
|
||
|
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
|
||
|
"vcs": {
|
||
|
"enabled": true,
|
||
|
"clientKind": "git",
|
||
|
"useIgnoreFile": true
|
||
|
},
|
||
|
"files": {
|
||
|
"ignoreUnknown": false,
|
||
|
"ignore": ["src/components/ui/**"]
|
||
|
},
|
||
|
"formatter": {
|
||
|
"enabled": true,
|
||
|
"indentStyle": "tab"
|
||
|
},
|
||
|
"organizeImports": {
|
||
|
"enabled": true
|
||
|
},
|
||
|
"linter": {
|
||
|
"enabled": true,
|
||
|
"rules": {
|
||
|
"recommended": true
|
||
|
}
|
||
|
},
|
||
|
"javascript": {
|
||
|
"formatter": {
|
||
|
"lineWidth": 140,
|
||
|
"semicolons": "asNeeded",
|
||
|
"quoteStyle": "double"
|
||
|
}
|
||
|
}
|
||
|
}
|