mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 13:58:08 +00:00
25 lines
448 B
JSON
25 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"]
|
|
}
|
|
}
|