forked from Archives/Athou_commafeed
20 lines
495 B
JSON
20 lines
495 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.4.7/schema.json",
|
|
"formatter": {
|
|
"indentStyle": "space",
|
|
"indentWidth": 4,
|
|
"lineEnding": "lf",
|
|
"lineWidth": 140
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"trailingCommas": "es5",
|
|
"semicolons": "asNeeded",
|
|
"arrowParentheses": "asNeeded"
|
|
}
|
|
},
|
|
"files": {
|
|
"includes": ["**", "!**/dist", "!**/node_modules", "!**/target", "!**/target-ide"]
|
|
}
|
|
}
|