UNPKG
rct-tree
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A tree component based on ReactJS and Typescript.
github.com/jazzyXie/rct-tree
jazzyXie/rct-tree
rct-tree
/
.prettierrc
11 lines
(10 loc)
•
190 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"printWidth"
:
120
,
"tabWidth"
:
2
,
"useTabs"
:
false
,
"singleQuote"
:
true
,
"semi"
:
false
,
"trailingComma"
:
"none"
,
"bracketSpacing"
:
true
,
"arrowParens"
:
"avoid"
}