UNPKG
jenkins-monitor
Version:
latest (2.2.0)
2.2.0
2.1.0
2.0.0
1.6.1
1.6.0
1.5.2
1.5.1
1.0.1
1.0.0
Monitor Jenkins Status
github.com/Starefossen/jenkins-monitor
Starefossen/jenkins-monitor
jenkins-monitor
/
.eslintrc
19 lines
(18 loc)
•
303 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# vi:syntax=json
{
"extends"
:
"airbnb-base"
,
"env"
: {
"mocha"
:
true
,
"node"
:
true
},
"parserOptions"
: {
"ecmaVersion"
: 6,
"sourceType"
:
"script"
,
"ecmaFeatures"
: {
"modules"
:
false
} },
"rules"
: {
"strict"
: [2,
"global"
] } }