mirabeau-nl/frontend-boilerplate

Improvement: Add fix flag to gulp-eslint task

Closed this issue · 2 comments

When added/supprted, add the auto fix flag to the eslint task.
adametry/gulp-eslint#99

The --fix command line option tells ESLint to attempt to automatically fix as many problems as possible. Fixes are only applied when it is safe to do so, and you’ll see any problems that were left unfixed. So now instead of going back into your files to insert a missing semicolon or properly indent some code, ESLint can do it for you.

Awesome 👍

feature added when eslint was upgraded to version 3.x e92d381