style: line-disable irrelevant handle-callback-err

This commit is contained in:
Sérgio Ramos 2017-05-31 21:29:47 +01:00
parent a65f20ea45
commit 0b1c5830d9

View File

@ -468,10 +468,10 @@ const run = (tasks = [], ctx = {}, prefix = '') =>
return Object.assign({}, context, isPlainObject(nCtx) ? nCtx : {}); return Object.assign({}, context, isPlainObject(nCtx) ? nCtx : {});
}, },
// eslint-disable-next-line handle-callback-err
ctx ctx
); );
// eslint-disable-next-line handle-callback-err
const exit = err => { const exit = err => {
process.exit(1); process.exit(1);
}; };