UNPKG
passport-kakao
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
kakao oauth2 login module
github.com/rotoshine/passport-kakao
rotoshine/passport-kakao
passport-kakao
/
.prettierrc
13 lines
(12 loc)
•
255 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"trailingComma"
:
"es5"
,
"semi"
:
false
,
"singleQuote"
:
true
,
"arrowParens"
:
"avoid"
,
"bracketSpacing"
:
true
,
"endOfLine"
:
"auto"
,
"htmlWhitespaceSensitivity"
:
"css"
,
"proseWrap"
:
"preserve"
,
"quoteProps"
:
"as-needed"
,
"tabWidth"
:
2
}