labs42io / clean-code-typescript

Clean Code concepts adapted for TypeScript
https://labs42io.github.io/clean-code-typescript
MIT License
9.25k stars 1.13k forks source link

Change references from TSLint to ESLint #43

Closed mheob closed 3 years ago

mheob commented 3 years ago

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

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

:warning: 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.

dimadeveatii commented 3 years ago

Good catch!
A PR is welcome 🚀 !

mheob commented 3 years ago

I will tackle it in the next few weeks.