Skip to content
New issue

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

Run in parallel #63

Closed
okonet opened this issue Oct 6, 2016 · 2 comments
Closed

Run in parallel #63

okonet opened this issue Oct 6, 2016 · 2 comments

Comments

@okonet
Copy link
Collaborator

okonet commented Oct 6, 2016

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.

@okonet
Copy link
Collaborator Author

okonet commented Oct 6, 2016

@okonet okonet mentioned this issue Oct 7, 2016
Merged
okonet added a commit that referenced this issue Oct 7, 2016
@gajus
Copy link

gajus commented Dec 31, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants