You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eslint-plugin-markdown seems to have stop working for my project about a year ago, here. I tried fiddling with the .eslintrc.json but haven't succeeded in getting the plugin to lint the README.md for the project.
The project .eslintrc.json is here and includes "plugin:markdown/recommended" in the "extends" list,
I have found that the plugin works when I make the following change to the README; replace "``` javascript" with "```js" (remove the space and use "js" rather than "javascript")
Emacs' markdown plugin formats the codeblock as above, with the extra space character and using the full "javascript" name and I don't know which is correct, but I can update my README to the format needed by this plugin.
iambumblehead
changed the title
plugin is not working here, what am I doing wrong?
plugin is not working here [problem and workaround identified inside this issue]
Nov 13, 2023
Hello,
eslint-plugin-markdown seems to have stop working for my project about a year ago, here. I tried fiddling with the .eslintrc.json but haven't succeeded in getting the plugin to lint the README.md for the project.
The project
.eslintrc.json
is here and includes "plugin:markdown/recommended" in the "extends" list,Any suggestions or advice are welcome.
The text was updated successfully, but these errors were encountered: