mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Deprecate MD006/ul-start-left in favor of MD007/ul-indent.
This commit is contained in:
parent
21b01b2a96
commit
d15324478c
9 changed files with 19 additions and 6 deletions
|
|
@ -10,7 +10,7 @@ const rules = require("./rules");
|
|||
const helpers = require("../helpers");
|
||||
const cache = require("./cache");
|
||||
|
||||
const deprecatedRuleNames = [ "MD002" ];
|
||||
const deprecatedRuleNames = [ "MD002", "MD006" ];
|
||||
|
||||
// Validates the list of rules for structure and reuse
|
||||
function validateRuleList(ruleList) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue