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
.github/ISSUE_TEMPLATE/*.md
remark-frontmatter
https://github.com/codacy/codacy-remark-lint does not have an "Issues" list to post to, so posted to this.
Background:
remark-lint-no-undefined-references
title: "[Improve]"
<!--lint ignore remark-lint-no-undefined-references-->
remark-lint
lint ignore
lint disable
The text was updated successfully, but these errors were encountered:
https://github.com/codacy/codacy-remark-lint/blob/master/package.json#L75 has "dependencies": { ... "remark-frontmatter": "^3.0.0",; want to know how to use those.
"dependencies": {
"remark-frontmatter": "^3.0.0",
Related posts (both had to use remark-frontmatter to solve):
Sorry, something went wrong.
No branches or pull requests
https://github.com/codacy/codacy-remark-lint does not have an "Issues" list to post to, so posted to this.
Background:
remark-lint-no-undefined-references
false positive on.github/ISSUE_TEMPLATE/*.md
with square brackets (such astitle: "[Improve]"
). remarkjs/remark-lint#324<!--lint ignore remark-lint-no-undefined-references-->
does not disable notes remarkjs/remark-message-control#11 (comment)remark-lint
is supposed to havelint ignore
orlint disable
for problems such as this (but it does not).remark-frontmatter
to fix this.The text was updated successfully, but these errors were encountered: