Disable DEBUG output for eslint on Jenkins CI
This commit is contained in:
parent
87bbf4502a
commit
9b39a59813
|
@ -102,5 +102,10 @@
|
||||||
"depd": "loopback-datasource-juggler/lib/browser.depd.js",
|
"depd": "loopback-datasource-juggler/lib/browser.depd.js",
|
||||||
"bcrypt": false
|
"bcrypt": false
|
||||||
},
|
},
|
||||||
|
"config": {
|
||||||
|
"ci": {
|
||||||
|
"debug": "*,-mocha:*,-eslint:*"
|
||||||
|
}
|
||||||
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue