Skip to content

babel-eslint support #1

Closed
Closed
@mysticatea

Description

@mysticatea

Currently, vue-eslint-parser is using the default parser (espree).
It needs the capability to use custom parsers to parse <script> element.

For example:

{
    "parser": "vue-eslint-parser",
    "parserOptions": {
        "vue-eslint-parser": {
            "parser": "babel-eslint"
        },
        "sourceType": "module",
        "ecmaVersion": 2017
    }
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions