Skip to content

Commit e414e2e

Browse files
committed
📝 update README.md for typescript-eslint-parser
1 parent 83a5cfd commit e414e2e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: ‎README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ $ npm install --save-dev eslint vue-eslint-parser
2020

2121
- Requires Node.js 6.5.0 or later.
2222
- Requires ESLint 5.0.0 or later.
23+
- Requires `babel-eslint` 8.1.1 or later if you want it. (optional)
24+
- Requires `typescript-eslint-parser` 21.0.0 or later if you want it. (optional)
2325

2426
## đź“– Usage
2527

@@ -85,9 +87,6 @@ For example:
8587
}
8688
```
8789

88-
- If you use with `babel-eslint`, use `babel-eslint@>=8.1.1`.
89-
- If you use `typescript-eslint-parser`, the location of original nodes can be wrong. Waiting for `typescript-eslint-parser` to support [parseResult.visitorKeys](https://eslint.org/docs/developer-guide/working-with-plugins#working-with-custom-parsers).
90-
9190
If the `parserOptions.parser` is `false`, the `vue-eslint-parser` skips parsing `<script>` tags completely.
9291
This is useful for people who use the language ESLint community doesn't provide custom parser implementation.
9392

0 commit comments

Comments
 (0)