-
-
Notifications
You must be signed in to change notification settings - Fork 243
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 emitWarning option #374
Comments
Is that configurable using |
@olee |
Hello! As I found, you just pass eslint options to eslint CLI. So, eslint does not have build-in CLI option to emit all errors as warnings. Could you pls add some kind of preprocessor for eslint errors, that will allow to work with HMR even if there is eslint error? |
Hi! :) You can use |
eslint-loader has an option named
emitWarning
to make all errors warnings instead, to help during development so hot-updates etc. do not fail.It would be great to allow setting this option in fork ts checker as well.
The text was updated successfully, but these errors were encountered: