question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Move from custom tslint setup to `@typescript-eslint/eslint-plugin`

See original GitHub issue

Description

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

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
hcharleycommented, Aug 3, 2019

I just did this for my project, I’ll see if I can get this going for Remirror.

0reactions
ifiokjrcommented, Sep 25, 2019

This has been addressed by #150

Thanks for your support and contributions @charlex 😊

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found