grommet / grommet-toolbox

[DEPRECATED] Developer Environment for Grommet applications
Apache License 2.0
13 stars 24 forks source link

eslint failAfterError very disruptive #42

Closed tyrjo closed 7 years ago

tyrjo commented 8 years ago

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.

alansouzati commented 8 years ago

Are you using gulp dev or gulp dist?

tyrjo commented 8 years ago

gulp dev

alansouzati commented 8 years ago

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.

alansouzati commented 7 years ago

I'm closing this issue as I believe eslint is not running in development mode.