UNPKG
nf-workflow-ui-5
Version:
latest (2.10.0)
2.10.0
Workflow User Interface
github.com/Netflix/conductor
Netflix/conductor
nf-workflow-ui-5
/
.prettierrc
11 lines
(10 loc)
•
187 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"printWidth"
:
120
,
"tabWidth"
:
2
,
"singleQuote"
:
true
,
"trailingComma"
:
"none"
,
"bracketSpacing"
:
true
,
"jsxBracketSameLine"
:
false
,
"parser"
:
"babylon"
,
"semi"
:
true
}