UNPKG
preval
Version:
latest (0.0.1)
0.0.1
Wannabe compiler tool for JS
github.com/pvdz/preval
pvdz/preval
preval
/
.prettierrc
13 lines
(12 loc)
•
229 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"printWidth"
:
140
,
"tabWidth"
:
2
,
"useTabs"
:
false
,
"semi"
:
true
,
"singleQuote"
:
true
,
"quoteProps"
:
"as-needed"
,
"trailingComma"
:
"all"
,
"bracketSpacing"
:
true
,
"arrowParens"
:
"always"
,
"endOfLine"
:
"lf"
}