Disable DEBUG output for eslint on Jenkins CI

This commit is contained in:
Miroslav Bajtoš 2016-05-03 10:19:45 +02:00
parent 53cd449c9c
commit 6c59390754
1 changed files with 5 additions and 0 deletions

View File

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