You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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)
23
25
24
26
## đź“– Usage
25
27
@@ -85,9 +87,6 @@ For example:
85
87
}
86
88
```
87
89
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
-
91
90
If the `parserOptions.parser` is `false`, the `vue-eslint-parser` skips parsing `<script>` tags completely.
92
91
This is useful for people who use the language ESLint community doesn't provide custom parser implementation.
0 commit comments