UNPKG
code-format-lint
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.2-beta
0.0.1
code-format-lint
/
template
/
.prettierrc
9 lines
(8 loc)
•
137 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"printWidth"
:
100
,
"tabWidth"
:
2
,
"useTabs"
:
false
,
"arrowParens"
:
"avoid"
,
"singleQuote"
:
false
,
"trailingComma"
:
"all"
}