UNPKG
@shelf/prettier-config
Version:
latest (1.1.1)
1.1.1
1.0.0
0.0.7
0.0.6
0.0.5
0.0.3
0.0.2
0.0.1
Reusable Prettier config
@shelf/prettier-config
/
index.json
9 lines
(8 loc)
•
181 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"
$schema
"
:
"http://json.schemastore.org/prettierrc"
,
"printWidth"
: 100,
"singleQuote"
:
true
,
"bracketSpacing"
:
false
,
"trailingComma"
:
"es5"
,
"arrowParens"
:
"avoid"
}