sindresorhus / grunt-eslint

Validate files with ESLint
MIT License
200 stars 72 forks source link

I need an Option to allow the build to continue #152

Closed Neesnu closed 6 years ago

Neesnu commented 6 years ago

In my use case for grunt scripts we need to have the ability to generate all the errors for our different modules separately. Currently in the existing framework if one module has one error it stops the whole build and we get zero feedback and visibility into the errors for other modules.

sindresorhus commented 6 years ago

You can already do this with Grunt: https://github.com/sindresorhus/grunt-eslint/issues/137#issuecomment-312191128