Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow overriding parser option in .eslintrc #112

Open
protometa opened this issue Feb 23, 2021 · 0 comments · May be fixed by #113
Open

Allow overriding parser option in .eslintrc #112

protometa opened this issue Feb 23, 2021 · 0 comments · May be fixed by #113

Comments

@protometa
Copy link

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.

protometa added a commit to protometa/prettier-standard that referenced this issue Feb 23, 2021
@protometa protometa linked a pull request Feb 23, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant