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
We should use markdownlint-cli, but they don't seem to support glob patterns so we can't ignore node_modules (opened a ticket).
Another option is Gil's check-all-markdown, but it has no flag to run just the Markdown lint without the URL checks (opened a ticket)
Or we can write our own package to just lint Markdown with markdownlint-cli using globby to support normal glob matching and ignore node_modules and .git folder by default.
The text was updated successfully, but these errors were encountered:
We should use markdownlint-cli, but they don't seem to support glob patterns so we can't ignore
node_modules
(opened a ticket).Another option is Gil's check-all-markdown, but it has no flag to run just the Markdown lint without the URL checks (opened a ticket)
Or we can write our own package to just lint Markdown with markdownlint-cli using globby to support normal glob matching and ignore
node_modules
and.git
folder by default.The text was updated successfully, but these errors were encountered: