Move two instances of deprecatedRuleNames into constants.js.

This commit is contained in:
David Anson 2021-11-11 22:37:16 -08:00
parent 983e586c9c
commit 573ebe7462
4 changed files with 5 additions and 4 deletions

View file

@ -2,5 +2,6 @@
"use strict";
module.exports.deprecatedRuleNames = [ "MD002", "MD006" ];
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
module.exports.version = "0.24.0";