UNPKG
zaproxy
Version:
latest (2.0.0-rc.7)
2.0.0-rc.7
2.0.0-rc.6
2.0.0-rc.5
2.0.0-rc.4
2.0.0-rc.3
2.0.0-rc.2
2.0.0-rc.1
1.0.1
1.0.0-rc.1
0.3.0
0.2.0
0.1.1
0.1.0
ZAP API Client for Node.js
github.com/zaproxy/zap-api-nodejs
zaproxy/zap-api-nodejs
zaproxy
/
.eslintrc.json
16 lines
(15 loc)
•
231 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"env"
:
{
"commonjs"
:
true
,
"es2021"
:
true
,
"node"
:
true
}
,
"extends"
:
"standard"
,
"overrides"
:
[
]
,
"parserOptions"
:
{
"ecmaVersion"
:
"latest"
}
,
"rules"
:
{
}
}