mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 09:16:02 +03:00
[GH-ISSUE #103] Support ignoring options like ESLint? #1934
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#1934
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ybiquitous on GitHub (Jan 25, 2018).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/103
Hi! I always use this awesome package! 😄
I think that ESLint's ignoring options are very awesome, so will markdownlint support this feature?
--ignore-path--no-ignore--ignore-patternSee https://eslint.org/docs/user-guide/command-line-interface#options.
Thanks.
@DavidAnson commented on GitHub (Jan 25, 2018):
Thanks! This sounds like an issue for
markdownlint-cli, and related to or a duplicate of https://github.com/igorshubovych/markdownlint-cli/issues/16 and https://github.com/igorshubovych/markdownlint-cli/issues/24. If you agree, please add any additional info there and I will close this issue.@ybiquitous commented on GitHub (Jan 25, 2018):
@DavidAnson OK, I agree. Please close this. 👍
@DavidAnson commented on GitHub (Jan 25, 2018):
Cool. I will look at adding this soon.
@ybiquitous commented on GitHub (Feb 1, 2018):
@DavidAnson
markdownlint-cli@0.7.0now supports this feature! 🎉Thank you so much for your great works! 😄 👍