denali-js / cli

The official CLI for starting, building, and running Denali apps and addons
MIT License
5 stars 5 forks source link

fix(lint): add tslint dependency and fix existing lint issues #23

Closed acburdine closed 7 years ago

acburdine commented 7 years ago

Nothing other than lint fixes, yeah. I did run into a promise handling linting error in one place - I disabled the linting for that line but added a todo so I would know to go back and revisit it. I'm pretty sure that one promise area is related to some of the spinner issues but it's outside the scope of this PR.