File tree Expand file tree Collapse file tree 2 files changed +626
-643
lines changed
Expand file tree Collapse file tree 2 files changed +626
-643
lines changed Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://biomejs.dev/schemas/2.2.5/schema.json" ,
3- "vcs" : {
4- "enabled" : false ,
5- "clientKind" : " git" ,
6- "useIgnoreFile" : false
7- },
8- "files" : {
9- "ignoreUnknown" : false ,
10- "includes" : [" src/ **/*" ]
11- },
12- "formatter" : {
13- "enabled" : true ,
14- "indentStyle" : " tab"
15- },
16- "linter" : {
17- "enabled" : true ,
18- "rules" : {
19- "recommended" : true
20- }
21- },
22- "javascript" : {
23- "formatter" : {
24- "quoteStyle" : " double"
25- }
26- },
27- "assist" : {
28- "enabled" : true ,
29- "actions" : {
30- "source" : {
31- "organizeImports" : " on"
32- }
33- }
34- }
2+ "$schema" : " https://biomejs.dev/schemas/2.2.5/schema.json" ,
3+ "vcs" : {
4+ "enabled" : false ,
5+ "clientKind" : " git" ,
6+ "useIgnoreFile" : false
7+ },
8+ "files" : {
9+ "ignoreUnknown" : false ,
10+ "includes" : [" **/*" ]
11+ },
12+ "formatter" : {
13+ "enabled" : true ,
14+ "indentStyle" : " tab"
15+ },
16+ "linter" : {
17+ "enabled" : true ,
18+ "rules" : {
19+ "recommended" : true
20+ }
21+ },
22+ "javascript" : {
23+ "formatter" : {
24+ "quoteStyle" : " double"
25+ }
26+ },
27+ "assist" : {
28+ "enabled" : true ,
29+ "actions" : {
30+ "source" : {
31+ "organizeImports" : " on"
32+ }
33+ }
34+ }
3535}
You can’t perform that action at this time.
0 commit comments