mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Convert from tape test harness to ava, address minor declaration file issue.
This commit is contained in:
parent
80069552b4
commit
49945d6601
12 changed files with 665 additions and 679 deletions
2
lib/markdownlint.d.ts
vendored
2
lib/markdownlint.d.ts
vendored
|
|
@ -310,7 +310,7 @@ type LintError = {
|
|||
/**
|
||||
* Fix information.
|
||||
*/
|
||||
fixInfo: FixInfo;
|
||||
fixInfo?: FixInfo;
|
||||
};
|
||||
/**
|
||||
* Fix information.
|
||||
|
|
|
|||
|
|
@ -1178,7 +1178,7 @@ module.exports = markdownlint;
|
|||
* @property {string} errorDetail Detail about the error.
|
||||
* @property {string} errorContext Context for the error.
|
||||
* @property {number[]} errorRange Column number (1-based) and length.
|
||||
* @property {FixInfo} fixInfo Fix information.
|
||||
* @property {FixInfo} [fixInfo] Fix information.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue