UNPKG
fastify-bcrypt
Version:
latest (1.0.1)
1.0.1
1.0.0
0.1.1
0.1.0
0.0.2
0.0.1
A Bcrypt hash generator & checker
github.com/beliven-it/fastify-bcrypt
beliven-it/fastify-bcrypt
fastify-bcrypt
/
.eslintrc.json
15 lines
•
191 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"env"
:
{
"browser"
:
true
,
"commonjs"
:
true
,
"es2020"
:
true
}
,
"extends"
:
[
"standard"
]
,
"parserOptions"
:
{
"ecmaVersion"
:
11
}
,
"rules"
:
{
}
}