fluix / apidoc2ts

Command line tool that generates typescript interfaces from your apiDoc documentation

Home Page:https://fluix.github.io/apidoc2ts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate TSLint to ESLint

krodnar opened this issue · comments

Nature of issue?

  • Existing feature enhancement
  • New feature request

Issue description

Since TSLint will be deprecated in 2019 we should migrate to ESLint as an official JS/TS linter.

Solution

TSLint guys provide roadmap for migrating and a tool for doing that.