UNPKG
@niondigital/prettier-config
Version:
latest (1.8.1)
1.8.1
1.5.4
1.5.2
1.3.1
1.2.2
1.2.1
1.2.0
niondigital prettier config
github.com/niondigital/javascript-style
niondigital/javascript-style
@niondigital/prettier-config
/
config.json
12 lines
(11 loc)
•
203 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"semi"
:
true
,
"trailingComma"
:
"none"
,
"singleQuote"
:
true
,
"printWidth"
:
120
,
"useTabs"
:
true
,
"quoteProps"
:
"as-needed"
,
"bracketSpacing"
:
true
,
"endOfLine"
:
"lf"
,
"arrowParens"
:
"always"
}