Skip to content

Commit

Permalink
docs: readme typo (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikengervall authored and bradzacher committed Jul 13, 2019
1 parent c2ad091 commit 9836fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -139,7 +139,7 @@ Babel does now support parsing (but not type-checking) TypeScript source code. T

The key trade-off can be summarized as: `babel-eslint` supports additional syntax which TypeScript itself does not, but `typescript-eslint` supports creating rules based on type information, which is not available to babel because there is no type-checker.

Because they are therefore separate projects powered by different underlying tooling, they are currently not intended to be used together.
Because they are separate projects powered by different underlying tooling, they are currently not intended to be used together.

Some of the people involved in `typescript-eslint` are also involved in Babel and `babel-eslint`, and in this project we are working hard to align on the AST format for non-standard JavaScript syntax. This is an ongoing effort.

Expand Down

0 comments on commit 9836fb7

Please sign in to comment.