labs42io / clean-code-typescript

Clean Code concepts adapted for TypeScript

Home Page:https://labs42io.github.io/clean-code-typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change references from TSLint to ESLint

mheob opened this issue · comments

We should change the references from TSLint to ESLint as TSLint has been deprecated as of 2019.

See https://palantir.github.io/tslint:

⚠️ TSLint is deprecated.

See this issue for more details: Roadmap: TSLint → ESLint. If you're interested in helping with the TSLint/ESLint migration, please check out our OSS Fellowship program.

Good catch!
A PR is welcome 🚀 !

I will tackle it in the next few weeks.