Improvement: Add fix flag to gulp-eslint task
Closed this issue · 2 comments
awolkers commented
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.
branneman commented
Awesome 👍