UNPKG
cloudkitty
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Painless CloudKit on Web
github.com/metrue/cloudkitty
metrue/cloudkitty
cloudkitty
/
.prettierrc
16 lines
(15 loc)
•
262 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"printWidth"
:
100
,
"trailingComma"
:
"es5"
,
"tabWidth"
:
2
,
"semi"
:
false
,
"singleQuote"
:
true
,
"jsxSingleQuote"
:
true
,
"endOfLine"
:
"lf"
,
"overrides"
:
[
{
"files"
:
[
"*.md"
]
,
"options"
:
{
"parser"
:
"markdown-nocjsp"
}
}
]
}