UNPKG
pdf-node
Version:
latest (1.5.0)
1.5.0
1.4.2
1.4.1
1.1.2
1.0.3
1.0.2
1.0.1
1.0.0
0.0.2
A JavaScript PDF generation library for NodeJs
github.com/tawseefnabi/pdf-node
tawseefnabi/pdf-node
pdf-node
/
.prettierrc
10 lines
•
169 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"trailingComma"
:
"none"
,
"bracketSpacing"
:
false
,
"arrowParens"
:
"avoid"
,
"singleQuote"
:
true
,
"printWidth"
:
80
,
"useTabs"
:
true
,
"tabWidth"
:
4
,
"semi"
:
true
}