-
Notifications
You must be signed in to change notification settings - Fork 51
/
biome.json
29 lines (29 loc) · 955 Bytes
/
biome.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"files": {
"ignore": [
"app/grandchallenge/core/static/vendored/**",
"app/grandchallenge/core/static/js/markdownx.js",
"app/grandchallenge/core/static/js/world-atlas/countries-110m.json",
"app/grandchallenge/core/static/css/select2-bootstrap4-theme/select2-bootstrap4.css",
"app/grandchallenge/core/static/css/select2-bootstrap4-theme/select2-bootstrap4.min.css"
]
},
"formatter": {
"indentStyle": "space",
"indentWidth": 4
},
"organizeImports": { "enabled": true },
"linter": { "enabled": true, "rules": { "recommended": true } },
"javascript": {
"formatter": {
"arrowParentheses": "asNeeded"
}
},
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true,
"defaultBranch": "main"
}
}