UNPKG
fullfact
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
0.1.0
Create full-factorial DOE designs
github.com/jcartw/fullfact
jcartw/fullfact
fullfact
/
.prettierrc
11 lines
(10 loc)
•
187 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"semi"
:
true
,
"trailingComma"
:
"none"
,
"singleQuote"
:
false
,
"printWidth"
:
80
,
"tabWidth"
:
2
,
"bracketSpacing"
:
true
,
"bracketSameLine"
:
true
,
"arrowParens"
:
"always"
}