Replies: 1 comment 2 replies
-
/cc @JounQin |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I am working on documenting some react components with Storybook docs, using MDX.
eslint-mdx
allowed me to lint the JSX components, but it doesn't seem to recogniseeslint-disable-line
and similar - it completely ignores those. In this particular project, the warnings eslint raise block the CI, so I cannot integrate linting MDX to the pipeline.I haven't seen this "eslint-disable" issue addressed in the documentation or in discussions, so I was wondering if there are any extra steps I must take to get it working, or if somebody could point me to the right documentation? Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions