2024-09-20 02:28:25 +08:00
|
|
|
{
|
2024-11-11 10:04:00 +08:00
|
|
|
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
|
2024-09-20 02:28:25 +08:00
|
|
|
"organizeImports": {
|
|
|
|
|
"enabled": true
|
|
|
|
|
},
|
|
|
|
|
"linter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"rules": {
|
|
|
|
|
"recommended": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"formatter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"indentStyle": "space",
|
|
|
|
|
"indentWidth": 2
|
|
|
|
|
},
|
|
|
|
|
"javascript": {
|
|
|
|
|
"formatter": {
|
|
|
|
|
"semicolons": "asNeeded",
|
|
|
|
|
"lineEnding": "lf",
|
2024-11-11 10:04:00 +08:00
|
|
|
"trailingCommas": "all"
|
2024-09-20 02:28:25 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|