UNPKG
@itentialopensource/adapter-infoblox
Version:
latest (1.17.1)
1.17.1
1.17.0
1.16.4
1.16.3
1.16.2
1.16.1
1.16.0
1.15.8
1.15.7
1.15.6
1.15.5
1.15.4
1.15.3
1.15.2
1.15.1
1.15.0
1.14.11
1.14.10
1.14.9
1.14.8
1.14.7
1.14.6
1.14.5
1.14.4
1.14.3
1.14.2
1.14.1
1.14.0
1.13.2
1.13.1
1.13.0
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
1.11.0
1.10.1
1.10.0
1.9.3
1.9.2
1.9.1
1.9.0
1.8.0
1.7.0
1.6.0
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.6
Itential Infoblox Adapter
gitlab.com/itentialopensource/adapters/adapter-infoblox
@itentialopensource/adapter-infoblox
/
.eslintrc.js
20 lines
(19 loc)
•
289 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module.exports
=
{
env:
{
browser:
true
,
es6:
true
,
node:
true
},
extends:
'airbnb-base'
,
plugins:
[
'json'
],
parserOptions:
{
ecmaVersion:
2020
,
sourceType:
'module'
},
rules:
{
'max-len':
'warn'
,
'comma-dangle':
[
'error'
,
'never'
] } }
;