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