Disable DEBUG output for eslint on Jenkins CI

This commit is contained in:
Miroslav Bajtoš 2016-05-03 10:19:45 +02:00
parent 87bbf4502a
commit 9b39a59813
1 changed files with 5 additions and 0 deletions

View File

@ -102,5 +102,10 @@
"depd": "loopback-datasource-juggler/lib/browser.depd.js",
"bcrypt": false
},
"config": {
"ci": {
"debug": "*,-mocha:*,-eslint:*"
}
},
"license": "MIT"
}