UNPKG
@robotti.io/escrypt
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Enterprise Secret Encryptor
gitlab.com/robotti.io/escrypt
@robotti.io/escrypt
/
.eslintrc.json
19 lines
(18 loc)
•
305 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"env"
:
{
"commonjs"
:
true
,
"es2021"
:
true
,
"node"
:
true
,
"jest/globals"
:
true
}
,
"extends"
:
[
"airbnb-base"
]
,
"plugins"
:
[
"jest"
]
,
"parserOptions"
:
{
"ecmaVersion"
:
"latest"
}
,
"rules"
:
{
"comma-dangle"
:
0
}
}