File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-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+ "formatter" : {
4+ "enabled" : true ,
5+ "formatWithErrors" : false ,
6+ "indentStyle" : " space" ,
7+ "indentWidth" : 2 ,
8+ "lineEnding" : " lf" ,
9+ "lineWidth" : 80 ,
10+ "attributePosition" : " auto" ,
11+ "ignore" : [" **/CHANGELOG.md" , " **/DEPENDENCIES.md" ]
12+ },
13+ "organizeImports" : {
14+ "enabled" : true
15+ },
16+ "linter" : {
17+ "enabled" : true
18+ },
19+ "javascript" : {
20+ "formatter" : {
21+ "jsxQuoteStyle" : " double" ,
22+ "quoteProperties" : " asNeeded" ,
23+ "trailingCommas" : " all" ,
24+ "semicolons" : " always" ,
25+ "arrowParentheses" : " asNeeded" ,
26+ "bracketSpacing" : true ,
27+ "bracketSameLine" : false ,
28+ "quoteStyle" : " single" ,
29+ "attributePosition" : " auto"
30+ }
31+ }
32+ }
You can’t perform that action at this time.
0 commit comments