We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce85b2 commit 6126b72Copy full SHA for 6126b72
src/runAll.js
@@ -64,8 +64,7 @@ module.exports = async function runAll(
64
dedent`${symbols.warning} ${chalk.yellow(
65
`lint-staged generated an argument string of ${argLength} characters, and commands might not run correctly on your platform.
66
It is recommended to use functions as linters and split your command based on the number of staged files. For more info, please visit:
67
-https://github.com/okonet/lint-staged#using-js-functions-to-customize-linter-commands
68
- `
+https://github.com/okonet/lint-staged#using-js-functions-to-customize-linter-commands`
69
)}`
70
)
71
}
0 commit comments