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
/
dist
/
templates
/
prettier-config.json
7 lines
(6 loc)
•
86 B
JSON
View Raw
1
2
3
4
5
6
7
{
"semi"
:
false
,
"singleQuote"
:
true
,
"tabWidth"
:
2
,
"trailingComma"
:
"es6"
}