UNPKG
fury-kit
Version:
latest (1.0.1)
1.0.1
1.0.0
Fury is a tool that helps developers in a variety of tasks.
github.com/jujoycode/fury-kit
fury-kit
/
.prettierrc
9 lines
(8 loc)
•
127 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"semi"
:
false
,
"singleQuote"
:
true
,
"trailingComma"
:
"all"
,
"printWidth"
:
120
,
"tabWidth"
:
2
,
"useTabs"
:
false
}