We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If we have several linters defined we could run them in parallel. That would increase linting speed. And since new version of https://github.com/SamVerschueren/listr supports that, we should do.
The text was updated successfully, but these errors were encountered:
https://github.com/SamVerschueren/listr#concurrent
Sorry, something went wrong.
Run separate linters concurrently by default. Added concurrent opti…
concurrent
1baf7d4
…on to the config. Closes #63
How do I actually do this?
module.exports = { '*.{js,ts,tsx,json,yaml,graphql}': () => { return ['foo', 'bar', 'baz'] }, };
I want to run foo, bar, baz in parallel.
foo
bar
baz
No branches or pull requests
If we have several linters defined we could run them in parallel. That would increase linting speed. And since new version of https://github.com/SamVerschueren/listr supports that, we should do.
The text was updated successfully, but these errors were encountered: