UNPKG
@johnbillion/ghsvg
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
Create an SVG of your GitHub Sponsors
github.com/johnbillion/ghsvg
johnbillion/ghsvg
@johnbillion/ghsvg
/
.prettierrc.json
12 lines
•
247 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"arrowParens"
:
"avoid"
,
"bracketSpacing"
:
false
,
"endOfLine"
:
"auto"
,
"parser"
:
"typescript"
,
"printWidth"
:
80
,
"semi"
:
true
,
"singleQuote"
:
true
,
"tabWidth"
:
2
,
"trailingComma"
:
"none"
,
"useTabs"
:
false
}