File tree Expand file tree Collapse file tree 2 files changed +1
-27
lines changed
packages/app-builder/src/locales Expand file tree Collapse file tree 2 files changed +1
-27
lines changed Original file line number Diff line number Diff line change 6
6
"useIgnoreFile" : true ,
7
7
"defaultBranch" : " main"
8
8
},
9
- "root" : true ,
10
9
"files" : {
11
10
"ignoreUnknown" : false ,
12
11
"includes" : [
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://biomejs.dev/schemas/2.0.6/schema.json" ,
3
2
"assist" : {
4
3
"actions" : { "source" : { "organizeImports" : " on" , "useSortedKeys" : " on" } },
5
4
"enabled" : true
6
5
},
7
- "files" : {
8
- "ignoreUnknown" : false ,
9
- "includes" : [" **/*.json" ]
10
- },
11
- "formatter" : {
12
- "attributePosition" : " auto" ,
13
- "enabled" : true ,
14
- "formatWithErrors" : false ,
15
- "indentStyle" : " space" ,
16
- "indentWidth" : 2 ,
17
- "lineEnding" : " lf" ,
18
- "lineWidth" : 100
19
- },
20
- "json" : {
21
- "formatter" : {
22
- "trailingCommas" : " none"
23
- }
24
- },
25
- "root" : false ,
26
- "vcs" : {
27
- "clientKind" : " git" ,
28
- "defaultBranch" : " main" ,
29
- "enabled" : true ,
30
- "useIgnoreFile" : true
31
- }
6
+ "extends" : " //"
32
7
}
You can’t perform that action at this time.
0 commit comments