generator-node-typescript icon indicating copy to clipboard operation
generator-node-typescript copied to clipboard

Migrate to ESLint from TSLint

Open fea17e86 opened this issue 5 years ago • 1 comments

When ESLint has feature parity with TSLint, TNS should migrate completely to ESLint with a breaking version change.

Additionally, documentation should be added to help people migrate from TSLint to ESLint, or an auto-tool can be included to aid in migration.

References:

  • https://github.com/palantir/tslint/issues/4534
  • https://github.com/typescript-eslint/typescript-eslint/issues/36

fea17e86 avatar May 13 '19 12:05 fea17e86

:+1: on this. Most of my TypeScript projects now use ESLint. Noticed that this generator is still using TSLint when I ran it today.

szul avatar Feb 15 '20 15:02 szul