Help getting mdx file support in VS Code #1317
-
Hello, I have a vue.js project with the storybook addon. I am trying to write a story using the Docs addon which allows you to write stories in .mdx, I am having trouble getting linting to work in vs code. Thanks in advance and any help would be much appreciated! I am using this sample project found here https://github.com/vueschool/storybook-fundamentals/tree/master The sample project has "eslint": "^6.7.2" installed and I have installed "eslint-plugin-mdx": "^1.8.2" I have also included a bunch of the MDX VS code extension (MDX, VSCode MDX, MDX Inline). My ESlint Config looks like this
And my VS code settings look like this
but im getting no linting at all, any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
@ainsleybernard a few questions:
|
Beta Was this translation helpful? Give feedback.
-
@ChristianMurphy thanks a tone!!! lol, this issue was making me go crazy lol |
Beta Was this translation helpful? Give feedback.
@ainsleybernard a few questions:
eslint
from the CLI, rather than from the VSCode IDE?