File tree Expand file tree Collapse file tree 1 file changed +30
-27
lines changed Expand file tree Collapse file tree 1 file changed +30
-27
lines changed Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://biomejs.dev/schemas/1.9.4/schema.json" ,
3- "vcs" : {
4- "enabled" : false ,
5- "clientKind" : " git" ,
6- "useIgnoreFile" : false
7- },
8- "files" : {
9- "ignoreUnknown" : false ,
10- "ignore" : []
11- },
12- "formatter" : {
13- "enabled" : true ,
14- "indentStyle" : " space" ,
15- "indentWidth" : 2 ,
2+ "$schema" : " https://biomejs.dev/schemas/1.9.4/schema.json" ,
3+ "vcs" : {
4+ "enabled" : false ,
5+ "clientKind" : " git" ,
6+ "useIgnoreFile" : false
7+ },
8+ "files" : {
9+ "ignoreUnknown" : false ,
10+ "ignore" : []
11+ },
12+ "formatter" : {
13+ "enabled" : true ,
14+ "indentStyle" : " space" ,
15+ "indentWidth" : 2 ,
1616 "lineWidth" : 80 ,
1717 "lineEnding" : " lf"
18- },
19- "organizeImports" : {
20- "enabled" : true
21- },
22- "javascript" : {
23- "formatter" : {
24- "quoteStyle" : " single" ,
25- "indentStyle" : " space" ,
26- "indentWidth" : 2 ,
27- "lineWidth" : 80 ,
28- "lineEnding" : " lf"
29- }
30- }
18+ },
19+ "organizeImports" : {
20+ "enabled" : true
21+ },
22+ "linter" : {
23+ "enabled" : false
24+ },
25+ "javascript" : {
26+ "formatter" : {
27+ "quoteStyle" : " single" ,
28+ "indentStyle" : " space" ,
29+ "indentWidth" : 2 ,
30+ "lineWidth" : 80 ,
31+ "lineEnding" : " lf"
32+ }
33+ }
3134}
You can’t perform that action at this time.
0 commit comments