Skip to content

Commit c4ee125

Browse files
committed
Docs: update README.md
1 parent 0a7749c commit c4ee125

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ For example:
8686
}
8787
```
8888

89+
- If you use with `babel-eslint`, it has additional requirements. Use `eslint@>=4.14.0` and `babel-eslint@>=8.1.1`.
90+
- 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).
91+
8992
## 🎇 Usage for custom rules / plugins
9093

9194
This parser provides `parserServices` to traverse `<template>`.

0 commit comments

Comments
 (0)