Created by: mrmckeb
An update to eslint-webpack-plugin
broke behaviour of the new flag (ESLINT_NO_DEV_ERRORS
) that allowed users to opt-out of ESLint errors during development.
Since that time, another change was made that allows us to have similar behaviour to before.
- https://github.com/webpack-contrib/eslint-webpack-plugin/pull/72#issuecomment-773706538
- https://github.com/webpack-contrib/eslint-webpack-plugin/pull/85
With this new version of the plugin, we can now show errors in the terminal as errors - but as we've just rolled out the previous change, it made more sense to just fix the behaviour today. We can look at how to improve this further in future iterations.
Closes #9887 (closed).