UNPKG
mdsjs
Version:
latest (1.0.0)
1.0.0
MDS and PCA projections in JavaScript
github.com/JosuaKrause/mdsjs
JosuaKrause/mdsjs
mdsjs
/
.prettierrc
8 lines
(7 loc)
•
115 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"trailingComma"
:
"all"
,
"tabWidth"
:
2
,
"semi"
:
true
,
"singleQuote"
:
true
,
"printWidth"
:
79
}