Is there a way to lint and test my files on every save while using webpack and React HMR?
I'm working on a sample React project, where I'm using HMR for hot reloading, but I have a use case where I want to lint and test my files on every save, is there a plugin or a hack to tie these two behaviors with the HMR?
I use Atom, with the linter and linter-eslint packages. This shows lint errors on the fly, and is very convenient. I don't have to look at the console for lint errors.
Alternatively "Webstorm" if you are just working in JS is amazing. It does cost a yearly subscription but it is completely worth every penny.
Vasan Subramanian
Previous generation techie
I use Atom, with the linter and linter-eslint packages. This shows lint errors on the fly, and is very convenient. I don't have to look at the console for lint errors.