Skip to content

Commit

Permalink
fix(no-multi-asterisks): add missing docs.description
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq authored and brettz9 committed Oct 17, 2024
1 parent 7c0b8c6 commit f6616c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/noMultiAsterisks.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default iterateJsdoc(({
iterateAllJsdocs: true,
meta: {
docs: {
description: '',
description: 'Prevents use of multiple asterisks at the beginning of lines.',
url: 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/no-multi-asterisks.md#repos-sticky-header',
},
fixable: 'code',
Expand Down

0 comments on commit f6616c7

Please sign in to comment.