weblate/biome.json
Michal Čihař 777d8d2c2a ci: switch to biome for js checking
- it performs better than pretier/eslint combo
- it can fix the code
2024-02-19 17:17:41 +01:00

15 lines
249 B
JSON

{
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"indentStyle": "space"
}
}