I think it'd be nice if there was an additional script called fix-lint or something that called eslint --ext js . --fix instead of just eslint --ext js .. I don't think lint-js should be replaced, since obviously not all linter errors can be fixed, and we don't want CI to be changing code.
I think it'd be nice if there was an additional script called
fix-lint
or something that calledeslint --ext js . --fix
instead of justeslint --ext js .
. I don't thinklint-js
should be replaced, since obviously not all linter errors can be fixed, and we don't want CI to be changing code.Thoughts?