mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-24 05:44:07 +01:00
wip
This commit is contained in:
parent
996c0f6b27
commit
b3564ea841
12 changed files with 1606 additions and 64 deletions
|
|
@ -111,6 +111,10 @@ export type EnabledRulesPerLineNumberResult = {
|
|||
* Enabled rule list.
|
||||
*/
|
||||
enabledRuleList: Rule[];
|
||||
/**
|
||||
* Rule severities
|
||||
*/
|
||||
ruleSeverities: Map<string, "error" | "warning" | "off">;
|
||||
};
|
||||
/**
|
||||
* Function to implement rule logic.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue