From 0b1c5830d9c76376b1d3ea621db31689dee8f511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Wed, 31 May 2017 21:29:47 +0100 Subject: [PATCH] style: line-disable irrelevant handle-callback-err --- scripts/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release b/scripts/release index 64c6294b..10f3152e 100755 --- a/scripts/release +++ b/scripts/release @@ -468,10 +468,10 @@ const run = (tasks = [], ctx = {}, prefix = '') => return Object.assign({}, context, isPlainObject(nCtx) ? nCtx : {}); }, - // eslint-disable-next-line handle-callback-err ctx ); +// eslint-disable-next-line handle-callback-err const exit = err => { process.exit(1); };