Skip to content

Commit 9a93119

Browse files
ntnyqbrettz9
authored andcommittedOct 17, 2024·
fix(text-escaping): add missing docs.description
1 parent f6616c7 commit 9a93119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/rules/textEscaping.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export default iterateJsdoc(({
122122
iterateAllJsdocs: true,
123123
meta: {
124124
docs: {
125-
description: '',
125+
description: 'Auto-escape certain characters that are input within block and tag descriptions.',
126126
url: 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/text-escaping.md#repos-sticky-header',
127127
},
128128
fixable: 'code',

0 commit comments

Comments
 (0)
Please sign in to comment.