We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
markdownlint -r @myScope/custom_rules_package . does not work.
markdownlint -r @myScope/custom_rules_package .
error msg:
Cannot load custom rule @myScope/custom_rules_package: No such rule
workaround: install scoped package locally and change cli call to
markdownlint -r node_modules/@myScope/custom_rules_package .
The text was updated successfully, but these errors were encountered:
Glancing at the code, I think tryResolvePath is incorrectly deciding this is a file path based on having a slash in it.
tryResolvePath
Sorry, something went wrong.
e785e42
No branches or pull requests
markdownlint -r @myScope/custom_rules_package .
does not work.error msg:
workaround:
install scoped package locally and change cli call to
The text was updated successfully, but these errors were encountered: