denali-js / typescript

Apache License 2.0
2 stars 2 forks source link

Integrate tslint and remove eslint #3

Closed knownasilya closed 7 years ago

knownasilya commented 7 years ago

The blueprint should remove eslint, since that lints the built code, and is just plain wrong. It should also add it's own linting, since that only makes sense in the context of this plugin.

davewasmer commented 7 years ago

Done. Also removes all babel related dependencies too.