UNPKG
code-tree-cli
Version:
latest (2.6.0)
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.0.2
1.0.1
Code Tree CLI
github.com/vybgss/code-tree-cli
vybgss/code-tree-cli
code-tree-cli
/
.prettierrc
8 lines
(7 loc)
•
106 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"singleQuote"
:
true
,
"trailingComma"
:
"all"
,
"tabWidth"
:
2
,
"semi"
:
true
,
"printWidth"
:
200
}