mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-23 17:30:12 +01:00
wip
This commit is contained in:
parent
0117a71138
commit
29fd76ff8e
12 changed files with 48 additions and 174 deletions
|
|
@ -76,21 +76,6 @@ export function applyFix(line: string, fixInfo: FixInfo, lineEnding?: string): s
|
|||
* @returns {string} Fixed content.
|
||||
*/
|
||||
export function applyFixes(input: string, errors: LintError[]): string;
|
||||
/**
|
||||
* TBD
|
||||
*
|
||||
* @param {string} source Source file name or identifier.
|
||||
* @param {LintError} lintError Lint error.
|
||||
* @returns {string} Lint error string.
|
||||
*/
|
||||
export function formatLintError(source: string, lintError: LintError): string;
|
||||
/**
|
||||
* TBD
|
||||
*
|
||||
* @param {string} lintErrorString Lint error string.
|
||||
* @returns {Object|null} Lint error (if valid).
|
||||
*/
|
||||
export function parseLintErrorString(lintErrorString: string): any | null;
|
||||
/**
|
||||
* Gets the (semantic) version of the library.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue