Skip to content

Allow overriding parser option in .eslintrc #112

@protometa

Description

@protometa

You can override linting defaults with a custom .eslintrc file but setting the parser field has no effect.

I'm getting typescript parse errors on prettier-standard --lint with valid typescript (possibly because this is using the deprecated babel-eslint parser, but that's another issue). It would be easy to mitigate by specifying parser: '@typescript-eslint/parser' in my .eslintrc, but that has no effect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions