Skip to content

Commit f41df8e

Browse files
authoredJan 12, 2023
Fix this type in TS 4.9
Closes GH-304. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent cabbe86 commit f41df8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/remark-lint/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import remarkMessageControl from 'remark-message-control'
99
* This adds support for ignoring stuff from messages (`<!--lint ignore-->`).
1010
* All rules are in their own packages and presets.
1111
*
12+
* @this {import('unified').Processor}
1213
* @type {import('unified').Plugin<Array<void>, Root>}
1314
*/
1415
export default function remarkLint() {

0 commit comments

Comments
 (0)
Please sign in to comment.