File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://biomejs.dev/schemas/1.9.4/schema.json" ,
3+ "files" : {
4+ "ignoreUnknown" : false ,
5+ "ignore" : []
6+ },
7+ "formatter" : {
8+ "enabled" : true ,
9+ "useEditorconfig" : true ,
10+ "formatWithErrors" : false ,
11+ "indentStyle" : " space" ,
12+ "indentWidth" : 2 ,
13+ "lineEnding" : " lf" ,
14+ "lineWidth" : 150 ,
15+ "attributePosition" : " auto" ,
16+ "bracketSpacing" : true
17+ },
18+ "organizeImports" : {
19+ "enabled" : true
20+ },
21+ "linter" : {
22+ "enabled" : false
23+ },
24+ "javascript" : {
25+ "formatter" : {
26+ "jsxQuoteStyle" : " double" ,
27+ "quoteProperties" : " asNeeded" ,
28+ "trailingCommas" : " es5" ,
29+ "semicolons" : " always" ,
30+ "arrowParentheses" : " always" ,
31+ "bracketSameLine" : false ,
32+ "quoteStyle" : " double" ,
33+ "attributePosition" : " auto" ,
34+ "bracketSpacing" : true
35+ }
36+ }
37+ }
You can’t perform that action at this time.
0 commit comments