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
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.
The text was updated successfully, but these errors were encountered:
protometa
added a commit
to protometa/prettier-standard
that referenced
this issue
Feb 23, 2021
You can override linting defaults with a custom
.eslintrc
file but setting theparser
field has no effect.I'm getting typescript parse errors on
prettier-standard --lint
with valid typescript (possibly because this is using the deprecatedbabel-eslint
parser, but that's another issue). It would be easy to mitigate by specifyingparser: '@typescript-eslint/parser'
in my.eslintrc
, but that has no effect.The text was updated successfully, but these errors were encountered: