mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 14:30:12 +01:00
This commit is contained in:
parent
b3f0e529cf
commit
d4bfb633bb
7 changed files with 2192 additions and 73 deletions
|
|
@ -2106,6 +2106,7 @@ function getEffectiveConfig(ruleList, config, aliasToRuleNames) {
|
|||
return key.toUpperCase() === "DEFAULT";
|
||||
});
|
||||
var ruleDefault = defaultKey.length === 0 || !!config[defaultKey[0]];
|
||||
/** @type {Configuration} */
|
||||
var effectiveConfig = {};
|
||||
var _iterator14 = _createForOfIteratorHelper(ruleList),
|
||||
_step14;
|
||||
|
|
@ -3191,10 +3192,10 @@ module.exports = markdownlint;
|
|||
*/
|
||||
|
||||
/**
|
||||
* Configuration object for linting rules. For a detailed schema, see
|
||||
* Configuration object for linting rules. For the JSON schema, see
|
||||
* {@link ../schema/markdownlint-config-schema.json}.
|
||||
*
|
||||
* @typedef {Object.<string, RuleConfiguration>} Configuration
|
||||
* @typedef {import("./configuration").Configuration} Configuration
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue