2024-06-13 21:54:14 +02:00
|
|
|
{
|
2024-10-17 21:46:15 +00:00
|
|
|
"$schema": "https://biomejs.dev/schemas/1.9.4/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": {
|
|
|
|
|
"ignore": ["dist", "node_modules", "target", "target-ide"]
|
|
|
|
|
}
|
|
|
|
|
}
|