UNPKG
@vahaha/treejs
Version:
latest (2.0.6)
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
build tree from array
github.com/vahaha/treejs
vahaha/treejs
@vahaha/treejs
/
.prettierrc.json
12 lines
(11 loc)
•
219 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"trailingComma"
:
"es5"
,
"useTabs"
:
false
,
"tabWidth"
:
4
,
"semi"
:
false
,
"singleQuote"
:
true
,
"jsxBracketSameLine"
:
true
,
"printWidth"
:
80
,
"overrides"
:
[
]
,
"arrowParens"
:
"avoid"
}