UNPKG
@fairdatasociety/fdp-cli
Version:
latest (0.1.0)
0.1.0
CLI tool for FDP-Storage
github.com/fairdatasociety/fdp-cli
fairdatasociety/fdp-cli
@fairdatasociety/fdp-cli
/
.prettierrc.json
14 lines
(13 loc)
•
254 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"printWidth"
:
120
,
"tabWidth"
:
2
,
"useTabs"
:
false
,
"bracketSpacing"
:
true
,
"semi"
:
false
,
"singleQuote"
:
true
,
"quoteProps"
:
"as-needed"
,
"trailingComma"
:
"all"
,
"endOfLine"
:
"lf"
,
"arrowParens"
:
"avoid"
,
"proseWrap"
:
"always"
}