UNPKG
egg-kit
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
github.com/inlym/egg-kit
inlym/egg-kit
egg-kit
/
.prettierrc
14 lines
(13 loc)
•
285 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"printWidth"
:
100
,
"tabWidth"
:
2
,
"useTabs"
:
false
,
"semi"
:
false
,
"singleQuote"
:
true
,
"quoteProps"
:
"as-needed"
,
"trailingComma"
:
"es5"
,
"bracketSpacing"
:
true
,
"arrowParens"
:
"always"
,
"endOfLine"
:
"auto"
,
"embeddedLanguageFormatting"
:
"auto"
}