Replies: 1 comment
-
|
There's not enough detail about how you're running ESLint to know what's going on, but your configuration is wrong if this is what you're getting. See this page for tips on how to debug your configuration: |
Beta Was this translation helpful? Give feedback.
0 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.
-
First of all, thank you very much for taking the time to help me look at the problem!
Background
I'm making a markdown linter and I want to get the AST of the markdown and do some fixes.
Now the problem, I only got a JS AST
output reuslt
I want to get markdown ast, what should I do? I hope to get your help, thank you!
Beta Was this translation helpful? Give feedback.
All reactions