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
Known limitations: it cannot support relative paths for the parser option. vue-eslint-parser cannot know the location of the .eslintrc.* file which has the option.
Currently,
vue-eslint-parser
is using the default parser (espree).It needs the capability to use custom parsers to parse
<script>
element.For example:
The text was updated successfully, but these errors were encountered: