File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ export default iterateJsdoc(({
140140 docs : {
141141 description :
142142 'This rule reports doc comments that only restate their attached name.' ,
143- url : 'https://github.com/gajus/eslint-plugin-jsdoc# informative-docs' ,
143+ url : 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/ informative-docs.md#repos-sticky-header ' ,
144144 } ,
145145 schema : [
146146 {
Original file line number Diff line number Diff line change @@ -141,6 +141,11 @@ export default iterateJsdoc(({
141141} , {
142142 iterateAllJsdocs : true ,
143143 meta : {
144+ docs : {
145+ description :
146+ 'Requires that each JSDoc line starts with an `*`.' ,
147+ url : 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/require-asterisk-prefix.md#repos-sticky-header' ,
148+ } ,
144149 fixable : 'code' ,
145150 schema : [
146151 {
You can’t perform that action at this time.
0 commit comments