mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-18 23:10:12 +01:00
feat: implement autofix for md029
Add support for auto-fixing MD029 violations. Close #949
This commit is contained in:
parent
3532e3110a
commit
cec6c7e95d
12 changed files with 1018 additions and 177 deletions
|
|
@ -4,10 +4,10 @@ export const deprecatedRuleNames = [];
|
|||
export const fixableRuleNames = [
|
||||
"MD004", "MD005", "MD007", "MD009", "MD010", "MD011",
|
||||
"MD012", "MD014", "MD018", "MD019", "MD020", "MD021",
|
||||
"MD022", "MD023", "MD026", "MD027", "MD030", "MD031",
|
||||
"MD032", "MD034", "MD037", "MD038", "MD039", "MD044",
|
||||
"MD047", "MD049", "MD050", "MD051", "MD053", "MD054",
|
||||
"MD058"
|
||||
"MD022", "MD023", "MD026", "MD027", "MD029", "MD030",
|
||||
"MD031", "MD032", "MD034", "MD037", "MD038", "MD039",
|
||||
"MD044", "MD047", "MD049", "MD050", "MD051", "MD053",
|
||||
"MD054", "MD058"
|
||||
];
|
||||
export const homepage = "https://github.com/DavidAnson/markdownlint";
|
||||
export const version = "0.38.0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue