mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-26 07:59:21 +08:00
51 lines
813 B
JSON
51 lines
813 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": {
|
|
"indentStyle": "space"
|
|
},
|
|
"javascript": {
|
|
"globals": [
|
|
"$",
|
|
"Mousetrap",
|
|
"gettext",
|
|
"Cookies",
|
|
"submitForm",
|
|
"autosize",
|
|
"WLT",
|
|
"addAlert",
|
|
"increaseLoading",
|
|
"decreaseLoading",
|
|
"initHighlight",
|
|
"Prism",
|
|
"interpolate"
|
|
]
|
|
},
|
|
"json": {
|
|
"formatter": {
|
|
"enabled": false
|
|
}
|
|
},
|
|
"css": {
|
|
"linter": {
|
|
"enabled": true
|
|
},
|
|
"formatter": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|