From 9836fb7ac283ac4a7ce66164d7953c82f7580eb0 Mon Sep 17 00:00:00 2001 From: Erik Engervall Date: Sat, 13 Jul 2019 23:53:38 +0200 Subject: [PATCH] docs: readme typo (#701) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6900259d278..eabb3ee2eac 100644 --- a/README.md +++ b/README.md @@ -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.