weblate/biome.json
Michal Čihař 5103b035b6 chore: drop stylelint
We also use biome so avoid duplication.
2025-02-07 12:51:30 +01:00

50 lines
830 B
JSON

{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"files": {
"ignore": [
"weblate/trans/tests/data/*.ts",
"weblate/static/vendor/**"
]
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"all": true
}
},
"formatter": {
"enabled": true,
"indentStyle": "space"
},
"javascript": {
"globals": [
"$",
"Mousetrap",
"gettext",
"Cookies",
"submitForm",
"autosize",
"WLT",
"addAlert",
"increaseLoading",
"decreaseLoading",
"initHighlight",
"Prism",
"interpolate",
"jQuery",
"django",
"slugify",
"Tribute",
"autoComplete",
"moment"
]
},
"json": {
"formatter": {
"enabled": false
}
}
}