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
Thanks for raising it. I'll put on my to-do list to start support .markdownlint.json, but cannot promise it will be in near future, but if you want to play wit it - any PRs are welcome.
@paweldrozd Im not that versed in creating eslint plugins, but I might be happy to help. Do you have a broad idea how you would like to see it implemented?
In order to configure the vscode plugin you have to create a config file named
.markdownlint.json
and specify your rules there.This plugin reads rules from eslintrc.
What I'm asking for is a way to not have to duplicate the rules in both files.
Maybe the plugin could also provide an eslint formatter so the extension is not needed?
The text was updated successfully, but these errors were encountered: