Is there a way to prevent eslint-mdx to parse files with other extensions? #1308
-
Hello, I have a react project, with eslint, we started to use mdx files and I wanted to lint them also.
and just extending the eslint configuration
At this moment, I run my current eslint command (COMMAND1)
ready to update it to this one (COMMAND2)
But I've some new issues appeared already running the eslint without touching the
and more errors occur when I execute it including the I'm wondering why this happens, should |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@silversonicaxel make sure you have the setup correct for the version on ESLint you are using https://github.com/mdx-js/eslint-mdx#usage |
Beta Was this translation helpful? Give feedback.
@silversonicaxel make sure you have the setup correct for the version on ESLint you are using https://github.com/mdx-js/eslint-mdx#usage
If the issue persists see mdx-js/eslint-mdx#167 (comment)