UNPKG
@m3ntorship/pickly-protector
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
oAuth2 protector for pickly services based on firebase authentication
@m3ntorship/pickly-protector
/
.prettierrc
15 lines
•
231 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"endOfLine"
:
"lf"
,
"singleQuote"
:
true
,
"trailingComma"
:
"none"
,
"arrowParens"
:
"always"
,
"semi"
:
true
,
"overrides"
:
[
{
"files"
:
"*.ts"
,
"options"
:
{
"parser"
:
"typescript"
}
}
]
}