Skip to content

Commit

Permalink
fix(text-escaping): 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 f6616c7 commit 9a93119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/textEscaping.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default iterateJsdoc(({
iterateAllJsdocs: true,
meta: {
docs: {
description: '',
description: 'Auto-escape certain characters that are input within block and tag descriptions.',
url: 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/text-escaping.md#repos-sticky-header',
},
fixable: 'code',
Expand Down

0 comments on commit 9a93119

Please sign in to comment.