-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbiome.json
More file actions
26 lines (26 loc) · 614 Bytes
/
biome.json
File metadata and controls
26 lines (26 loc) · 614 Bytes
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
{
"$schema": "node_modules/@biomejs/biome/configuration_schema.json",
"organizeImports": {
"enabled": false
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"indentStyle": "space",
"indentWidth": 4,
"lineWidth": 120
},
"javascript": {
"formatter": {
"indentWidth": 2,
"quoteStyle": "single"
}
},
"files": {
"ignore": ["fixtures/applications/Symfony/var", "fixtures/applications/Symfony/vendor", "tools/", "vendor/"]
}
}