mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +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
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue