UNPKG
plop-helper-date
Version:
latest (1.0.0)
1.0.0
0.0.1
💧 plop helper date
npmjs.com/package/plop-helper-date
bradgarropy/plop-helper-date
plop-helper-date
/
.prettierrc
15 lines
(14 loc)
•
313 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"printWidth"
:
80
,
"tabWidth"
:
4
,
"useTabs"
:
false
,
"semi"
:
false
,
"singleQuote"
:
false
,
"quoteProps"
:
"consistent"
,
"jsxSingleQuote"
:
false
,
"trailingComma"
:
"all"
,
"bracketSpacing"
:
false
,
"jsxBracketSameLine"
:
false
,
"arrowParens"
:
"avoid"
,
"endOfLine"
:
"lf"
}