mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
21 lines
499 B
JSON
21 lines
499 B
JSON
|
|
{
|
||
|
|
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
|
||
|
|
"organizeImports": {
|
||
|
|
"enabled": true,
|
||
|
|
"ignore": ["node_modules", "dist", "cache"]
|
||
|
|
},
|
||
|
|
"linter": {
|
||
|
|
"enabled": true,
|
||
|
|
"rules": {
|
||
|
|
"recommended": true
|
||
|
|
},
|
||
|
|
"ignore": ["node_modules", "dist", "cache"]
|
||
|
|
},
|
||
|
|
"formatter": {
|
||
|
|
"enabled": true,
|
||
|
|
"indentStyle": "space",
|
||
|
|
"indentWidth": 4,
|
||
|
|
"ignore": ["node_modules", "dist", "cache"]
|
||
|
|
}
|
||
|
|
}
|