Skip to content

Commit

Permalink
Fix this type in TS 4.9
Browse files Browse the repository at this point in the history
Closes GH-304.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
ChristianMurphy committed Jan 12, 2023
1 parent cabbe86 commit f41df8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/remark-lint/index.js
Expand Up @@ -9,6 +9,7 @@ import remarkMessageControl from 'remark-message-control'
* This adds support for ignoring stuff from messages (`<!--lint ignore-->`).
* All rules are in their own packages and presets.
*
* @this {import('unified').Processor}
* @type {import('unified').Plugin<Array<void>, Root>}
*/
export default function remarkLint() {
Expand Down

0 comments on commit f41df8e

Please sign in to comment.