How to auto fix errors with grunt eslint?
In your gruntfile, you’ll have to add { fix: true }
eslint: {
options: {
fix: true
}
}
@ tutorialhorizon
by Kavit · Published · Updated
In your gruntfile, you’ll have to add { fix: true }
eslint: {
options: {
fix: true
}
}
by Kavit · Published October 17, 2016 · Last modified October 18, 2016
by Kavit · Published May 18, 2018
by Kavit · Published November 10, 2016
Follow:
Recent Comments