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