Skip to content

Commit 32ba95a

Browse files
authored
typescript-eslint-parser no longer maintained
1 parent f129051 commit 32ba95a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ADVANCED.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -642,9 +642,11 @@ An example github repository with a project showing how to integrate [prettier +
642642

643643
## ESLint + TSLint
644644

645-
Why? ESLint ecosystem is rich, with lots of different plugins and config files, whereas TSLint tend to lag behind in some areas.
645+
> ⚠️This is an evolving topic. `typescript-eslint-parser` is no longer maintained and [work has recently begun on `typescript-eslint` in the ESLint community](https://eslint.org/blog/2019/01/future-typescript-eslint) to bring ESLint up to full parity and interop with TSLint. The rest of this section is potentially outdated.
646646

647-
To remedy this nuisance there is an [`eslint-typescript-parser`](https://github.com/eslint/typescript-eslint-parser) which tries to bridge the differences between javascript and typescript. It still has some rough corners, but can provide consistent assistance with certain plugins.
647+
Why use ESLint with/over TSLint? ESLint ecosystem is rich, with lots of different plugins and config files, whereas TSLint tend to lag behind in some areas.
648+
649+
To remedy this nuisance there is an [`typescript-eslint-parser`](https://github.com/eslint/typescript-eslint-parser) which tries to bridge the differences between javascript and typescript. It still has some rough corners, but can provide consistent assistance with certain plugins.
648650

649651
<table>
650652
<tr>

0 commit comments

Comments
 (0)