mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
26 lines
448 B
JSON
26 lines
448 B
JSON
|
{
|
||
|
"$schema": "https://biomejs.dev/schemas/1.6.3/schema.json",
|
||
|
"organizeImports": {
|
||
|
"enabled": true
|
||
|
},
|
||
|
"linter": {
|
||
|
"enabled": true,
|
||
|
"rules": {
|
||
|
"recommended": true
|
||
|
}
|
||
|
},
|
||
|
"formatter": {
|
||
|
"lineWidth": 100,
|
||
|
"indentStyle": "space"
|
||
|
},
|
||
|
"javascript": {
|
||
|
"formatter": {
|
||
|
"quoteStyle": "single",
|
||
|
"trailingComma": "none"
|
||
|
}
|
||
|
},
|
||
|
"files": {
|
||
|
"ignore": ["node_modules", "dist", "coverage"]
|
||
|
}
|
||
|
}
|