UNPKG
boleto-barcode-svg
Version:
latest (0.1.0)
0.1.0
Generate brazilian boleto barcode in SVG
boleto-barcode-svg
/
.prettierrc
13 lines
(12 loc)
•
237 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"arrowParens"
:
"avoid"
,
"bracketSpacing"
:
true
,
"jsxBracketSameLine"
:
true
,
"printWidth"
:
80
,
"proseWrap"
:
"preserve"
,
"semi"
:
false
,
"singleQuote"
:
false
,
"tabWidth"
:
2
,
"trailingComma"
:
"none"
,
"useTabs"
:
false
}