Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9836fb7

Browse files
erikengervallbradzacher
authored andcommitted
docs: readme typo (typescript-eslint#701)
1 parent c2ad091 commit 9836fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Babel does now support parsing (but not type-checking) TypeScript source code. T
139139

140140
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.
141141

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

144144
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.
145145

0 commit comments

Comments
 (0)