markdownlint/lib/constants.js

7 lines
195 B
JavaScript

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