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",
|
||||
"bcrypt": false
|
||||
},
|
||||
"config": {
|
||||
"ci": {
|
||||
"debug": "*,-mocha:*,-eslint:*"
|
||||
}
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue