mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Move two instances of deprecatedRuleNames into constants.js.
This commit is contained in:
parent
983e586c9c
commit
573ebe7462
4 changed files with 5 additions and 4 deletions
|
|
@ -25,7 +25,7 @@ const pluginTexMathOptions = {
|
|||
"renderToString": () => ""
|
||||
}
|
||||
};
|
||||
const deprecatedRuleNames = new Set([ "MD002", "MD006" ]);
|
||||
const deprecatedRuleNames = new Set(constants.deprecatedRuleNames);
|
||||
const configSchemaStrict = {
|
||||
...configSchema,
|
||||
"additionalProperties": false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue