@@ -122,7 +122,7 @@ index.rules = {
122122 message : '@next should have a type' ,
123123 } ,
124124 ] ,
125- description : 'Requires a type for @next tags' ,
125+ description : 'Requires a type for ` @next` tags' ,
126126 url : 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/require-next-type.md#repos-sticky-header' ,
127127 } ) ,
128128 'require-param' : requireParam ,
@@ -147,7 +147,7 @@ index.rules = {
147147 message : '@throws should have a type' ,
148148 } ,
149149 ] ,
150- description : 'Requires a type for @throws tags' ,
150+ description : 'Requires a type for ` @throws` tags' ,
151151 url : 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/require-throws-type.md#repos-sticky-header' ,
152152 } ) ,
153153 'require-yields' : requireYields ,
@@ -160,7 +160,7 @@ index.rules = {
160160 message : '@yields should have a type' ,
161161 } ,
162162 ] ,
163- description : 'Requires a type for @yields tags' ,
163+ description : 'Requires a type for ` @yields` tags' ,
164164 url : 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/require-yields-type.md#repos-sticky-header' ,
165165 } ) ,
166166 'sort-tags' : sortTags ,
0 commit comments