From 6126b725b9a5a834736fb7bca66e55173d263eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iiro=20J=C3=A4ppinen?= Date: Sun, 21 Jul 2019 18:13:15 +0300 Subject: [PATCH] fix: remove empty spaces from warning --- src/runAll.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/runAll.js b/src/runAll.js index 9cab82372..c104dec8a 100644 --- a/src/runAll.js +++ b/src/runAll.js @@ -64,8 +64,7 @@ module.exports = async function runAll( dedent`${symbols.warning} ${chalk.yellow( `lint-staged generated an argument string of ${argLength} characters, and commands might not run correctly on your platform. It is recommended to use functions as linters and split your command based on the number of staged files. For more info, please visit: -https://github.com/okonet/lint-staged#using-js-functions-to-customize-linter-commands - ` +https://github.com/okonet/lint-staged#using-js-functions-to-customize-linter-commands` )}` ) }