-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure eslint-mdx
for .mdx files
#3760
Labels
Comments
Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, @aparnacoronasafe, This issue has been automatically marked as stale because it has not had any recent activity. |
Can assign this to me. @rithviknishad |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Currently
eslint
throws errors when trying to lint.mdx
files which is used to make storybook stories.Describe the solution you'd like
Configure eslint-mdx to support linting and in lint-staged for .mdx files.
Describe alternatives you've considered
Momentarily, in lint-staged, eslint is modified to ignore '*.stories.mdx' files
Additional context
The text was updated successfully, but these errors were encountered: