Convert from tape test harness to ava, address minor declaration file issue.

This commit is contained in:
David Anson 2021-01-10 20:46:00 -08:00
parent 80069552b4
commit 49945d6601
12 changed files with 665 additions and 679 deletions

View file

@ -310,7 +310,7 @@ type LintError = {
/**
* Fix information.
*/
fixInfo: FixInfo;
fixInfo?: FixInfo;
};
/**
* Fix information.

View file

@ -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.
*/
/**