eslint-plugin-mdx@1.9.0
does not work with @typescript-eslint/parser@4.15.2
#277
Labels
eslint-plugin-mdx@1.9.0
does not work with @typescript-eslint/parser@4.15.2
#277
Judging by this part of the README I assume that
eslint-plugin-mdx
should work with the@typescript-eslint/parser
.I use the following versions of the libraries:
@typescript-eslint/parser
– 4.15.2.eslint
– 7.21.0.eslint-plugin-mdx
– 1.9.0.eslint-plugin-react
– 7.22.0. (Without this plugin I'm getting errorDefinition for rule 'react/jsx-no-undef' was not found
).With this config:
Then I run console command for one file:
I'm getting this error in the CLI:
But then I remove
parser: "@typescript-eslint/parser",
from the config it works as expected.The text was updated successfully, but these errors were encountered: