UNPKG
fastify-oidc-provider
Version:
latest (0.0.3)
0.0.3
Fastify plugin for oidc-provider
fastify-oidc-provider
/
.eslintrc
20 lines
(19 loc)
•
302 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"extends"
:
[
"standard"
,
"plugin:prettier/recommended"
]
,
"env"
:
{
"browser"
:
false
,
"commonjs"
:
true
,
"es2021"
:
true
}
,
"parserOptions"
:
{
"ecmaVersion"
:
12
}
,
"rules"
:
{
"import/order"
:
[
"error"
,
{
"newlines-between"
:
"always"
}
]
}
}