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

Add --watch-until-no-errors to continue watching until eslint returns no errors #190

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

bf
Copy link

@bf bf commented Mar 2, 2023

What was the problem/Ticket Number

I only want to re-run eslint and watch files for changes until all errors are resolved.
Once all errors are resolved I want to quit watching.

How does this solve the problem?

Adds boolean command line option --watch-until-no-errors default false which is used to exit gracefully when linting returned no errors and watching is enabled.

How to duplicate the issue

you can now use eslint-watch like this:

esw --fix --watch --watch-until-no-errors --ext \".js,.ts,.vue\" --ignore-path .gitignore . && yarn run dev

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

Successfully merging this pull request may close these issues.

1 participant