2024-06-13 21:54:14 +02:00
|
|
|
{
|
2026-03-13 22:17:04 +01:00
|
|
|
"$schema": "https://biomejs.dev/schemas/2.4.7/schema.json",
|
2024-06-13 21:54:14 +02:00
|
|
|
"formatter": {
|
|
|
|
|
"indentStyle": "space",
|
|
|
|
|
"indentWidth": 4,
|
|
|
|
|
"lineEnding": "lf",
|
|
|
|
|
"lineWidth": 140
|
|
|
|
|
},
|
|
|
|
|
"javascript": {
|
|
|
|
|
"formatter": {
|
|
|
|
|
"trailingCommas": "es5",
|
|
|
|
|
"semicolons": "asNeeded",
|
|
|
|
|
"arrowParentheses": "asNeeded"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"files": {
|
2025-06-17 18:31:30 +02:00
|
|
|
"includes": ["**", "!**/dist", "!**/node_modules", "!**/target", "!**/target-ide"]
|
2024-06-13 21:54:14 +02:00
|
|
|
}
|
|
|
|
|
}
|