Move from custom tslint setup to `@typescript-eslint/eslint-plugin`
See original GitHub issueDescription
TSLint is being phased out by the TypeScript team in favour of ESLint. It’d be nice to also move with the community and embrace this change.
Possible Implementation
The docs are very good and the only thing that held me back in the past was the lack of a drop-in replacement for ordered-imports
. However, I can probably live without it.
Checklist
- I have read the contributing document.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Migrate from TSLint to ESLint - Visual Studio Code
A guide to migrating extension projects from the TSLint linter to ESLint. ... TSLint configuration and create the "closest" ESLint configuration from it....
Read more >Migrating a TSLint Rule to ESLint with @typescript-eslint
Project setup. The folder structure stays the same, we still have a folder called rules . But there is a small difference with...
Read more >Migrating from TSLint to ESLint - Medium
It seems right to start by just installing eslint in our project. We're going to need a few other things to go with...
Read more >typescript-eslint/eslint-plugin-tslint
ESLint plugin that allows running TSLint rules within ESLint to help you migrate from TSLint to ESLint.
Read more >TSLint to ESLint Part 2: tslint-to-eslint-config | Goldblog
This blog post is a technical discussion on migrating how tslint-to-eslint-config migrates configurations from from TSLint to ESLint with @ ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I just did this for my project, I’ll see if I can get this going for Remirror.
This has been addressed by #150
Thanks for your support and contributions @charlex 😊