-
-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
externalknown issue from external, can't do much by ourselvesknown issue from external, can't do much by ourselves👀 no/externalThis makes more sense somewhere elseThis makes more sense somewhere else🙆 yes/confirmedThis is confirmed and ready to be worked onThis is confirmed and ready to be worked on🦋 type/enhancementThis is great to haveThis is great to have
Description
Subject of the issue
I have eslint-plugin-markdown
enabled in this project with processor
option enabled:
{
files: ['**/*.mdx'],
processor: 'markdown/markdown',
},
Now when I enable eslint-plugin-mdx
:
{
files: ['**/*.mdx'],
processor: 'markdown/markdown',
extends: ['plugin:mdx/recommended'],
},
eslint
won't report any errors.
Only when I remove processor
will `eslint report the lint problems:
Your environment
- OS:
- Packages:
- Env:
Steps to reproduce
- clone code from
https://github.com/webpack/webpack.js.org/pull/4326
- run
yarn
- run
yarn lint:js
Expected behaviour
eslint-plugin-mdx
should work fine along with eslint-plugin-markdown
.
Actual behaviour
tiagoporto
Metadata
Metadata
Assignees
Labels
externalknown issue from external, can't do much by ourselvesknown issue from external, can't do much by ourselves👀 no/externalThis makes more sense somewhere elseThis makes more sense somewhere else🙆 yes/confirmedThis is confirmed and ready to be worked onThis is confirmed and ready to be worked on🦋 type/enhancementThis is great to haveThis is great to have