code-blocks but with ignored typescript/eslint rules #2003
Answered
by
JounQin
scottdickerson
asked this question in
Q&A
-
|
Is there a way to use the This is what I was trying to do in my Here are the linting errors. |
Beta Was this translation helpful? Give feedback.
Answered by
JounQin
Apr 7, 2022
Replies: 2 comments 1 reply
-
|
/cc @JounQin |
Beta Was this translation helpful? Give feedback.
0 replies
-
{
"files": "**/*.mdx/**",
"rules": {}
}You can try this, code blocks are parsed as virtual filenames. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JounQin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{ "files": "**/*.mdx/**", "rules": {} }You can try this, code blocks are parsed as virtual filenames.