UNPKG
@itentialopensource/adapter-eai
Version:
latest (3.6.0)
3.6.0
3.5.3
3.5.2
3.5.1
3.5.0
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.0
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.0.0
Itential Ericsson Adaptive Inventory Adapter
gitlab.com/itentialopensource/adapters/adapter-eai
@itentialopensource/adapter-eai
/
.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'
] } }
;