mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[GH-ISSUE #303] Support EditorConfig for configuration #259
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#259
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 @ejball on GitHub (Jul 3, 2020).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/303
It would be great if we could configure markdownlint in an
.editorconfigfile. The syntax could be very similar to the JSON configuration, e.g. the options.config example could look something like this:@DavidAnson commented on GitHub (Jul 3, 2020):
Do you mean for the
markdownlintCLI and/or VS Code extension? This library already supports alternate parsers for configuration: https://github.com/DavidAnson/markdownlint#parsers@ejball commented on GitHub (Jul 3, 2020):
Yes, sorry about that; should I reopen this case at vscode-markdownlint and/or markdownlint-cli? Does one use the other, or are they independent? (My primary interest is in the VS Code extension.)
@DavidAnson commented on GitHub (Jul 3, 2020):
No worries! They are independent projects, though I own one and am a significant contributor for the other. I think this is most applicable for VS Code, but if there is history of CLI lint tools supporting this file, it would make sense there, too. Thanks!
@ejball commented on GitHub (Jul 3, 2020):
Moved to https://github.com/DavidAnson/vscode-markdownlint/issues/120