2025-06-28 09:55:15 +02:00
|
|
|
{
|
2025-07-20 12:28:11 +02:00
|
|
|
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
|
2025-06-28 09:55:15 +02:00
|
|
|
"files": {
|
|
|
|
|
"includes": ["**", "!dist/**", "!node_modules/**"],
|
|
|
|
|
"ignoreUnknown": true
|
|
|
|
|
},
|
|
|
|
|
"vcs": {
|
|
|
|
|
"clientKind": "git",
|
|
|
|
|
"enabled": false,
|
|
|
|
|
"useIgnoreFile": true
|
|
|
|
|
},
|
|
|
|
|
"assist": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"actions": {
|
|
|
|
|
"recommended": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"formatter": {
|
|
|
|
|
"bracketSameLine": false,
|
|
|
|
|
"bracketSpacing": true,
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"formatWithErrors": false,
|
|
|
|
|
"indentStyle": "space",
|
|
|
|
|
"indentWidth": 2,
|
|
|
|
|
"lineEnding": "lf",
|
|
|
|
|
"lineWidth": 120
|
|
|
|
|
},
|
|
|
|
|
"linter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"rules": {
|
|
|
|
|
"recommended": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"javascript": {
|
|
|
|
|
"formatter": {
|
|
|
|
|
"arrowParentheses": "always",
|
|
|
|
|
"jsxQuoteStyle": "double",
|
|
|
|
|
"quoteProperties": "asNeeded",
|
|
|
|
|
"quoteStyle": "double",
|
|
|
|
|
"semicolons": "always",
|
|
|
|
|
"trailingCommas": "none"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|