illinois / queue

A microservice queue for holding open office hours
University of Illinois/NCSA Open Source License
82 stars 37 forks source link

Proposal: Add npm fix-lint #125

Closed redsn0w422 closed 6 years ago

redsn0w422 commented 6 years ago

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.

Thoughts?

nwalters512 commented 6 years ago

Yeah, this would be good to have! Feel free to PR it.