generator-node-typescript
generator-node-typescript copied to clipboard
Migrate to ESLint from TSLint
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
:+1: on this. Most of my TypeScript projects now use ESLint. Noticed that this generator is still using TSLint when I ran it today.