Skip to content

Commit

Permalink
Proof of concept (refs #1004, refs #1014).
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Oct 23, 2023
1 parent 82d1a92 commit 1170bfc
Show file tree
Hide file tree
Showing 6 changed files with 1,449 additions and 9 deletions.
5 changes: 3 additions & 2 deletions demo/markdownlint-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -2156,6 +2156,7 @@ function getEffectiveConfig(ruleList, config, aliasToRuleNames) {
_iterator16.f();
}
}
// @ts-ignore
return effectiveConfig;
}

Expand Down Expand Up @@ -3192,10 +3193,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
*/

/**
Expand Down
Loading

0 comments on commit 1170bfc

Please sign in to comment.