We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs.description
1 parent 7c0b8c6 commit f6616c7Copy full SHA for f6616c7
1 file changed
src/rules/noMultiAsterisks.js
@@ -108,7 +108,7 @@ export default iterateJsdoc(({
108
iterateAllJsdocs: true,
109
meta: {
110
docs: {
111
- description: '',
+ description: 'Prevents use of multiple asterisks at the beginning of lines.',
112
url: 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/no-multi-asterisks.md#repos-sticky-header',
113
},
114
fixable: 'code',
0 commit comments