Closed tyrjo closed 7 years ago
Are you using gulp dev
or gulp dist?
gulp dev
which version of toolbox are you using? I thought I removed linting from gulp dev. I had a bunch of requests to remove it for the very same reason you are describing.
I'm closing this issue as I believe eslint is not running in development mode.
Running a grommet-toolbox based environment in a container. When I introduce a lint error, failAfterError causes gulp to exit, which then exits the container.
Instead, I want the error reported, and the environment to continue to watch for the next file change. Having to restart gulp after any error is really disruptive to the development workflow.