mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[GH-ISSUE #78] Allow declaring rules in a config within a "rules" object #63
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#63
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 @JoshuaKGoldberg on GitHub (Oct 22, 2017).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/78
A lot of other linters ask that rule settings be declared in a rules object so that configurations are separate:
Can this project allow the same? The logic would be that if the object is present, it's merged with the base one.
@DavidAnson commented on GitHub (Oct 22, 2017):
Please see the documentation for
extendshere:https://github.com/DavidAnson/markdownlint/blob/master/README.md#optionsconfig
@DavidAnson commented on GitHub (Oct 28, 2017):
Please reopen if
extendsdoesn't cover your scenario.