-
Notifications
You must be signed in to change notification settings - Fork 29
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
ESLint Default Formatter Don't Work During Watch #128
Labels
Comments
@chriserwin Has this been solved with the latest release? I wrote some integration tests to ensure that the CLI can find eslint's table formatter. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Basic Description of the problem
When trying to use one of the default ESLint formatters while using the watch (
-w
) option, an error is returned even though the formatter appears to work.How to reproduce it
esw -w -f table dir/**
Debug output:
The text was updated successfully, but these errors were encountered: