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.
1 parent 55a601a commit 85abe5dCopy full SHA for 85abe5d
eslint.config.js
@@ -183,6 +183,7 @@ const jsdocConfig = {
183
// https://github.com/gajus/eslint-plugin-jsdoc/issues/280
184
'jsdoc/no-undefined-types': 'off',
185
'jsdoc/require-returns-type': 'off',
186
+ 'jsdoc/require-yields': 'off',
187
'jsdoc/require-description': 'off',
188
'jsdoc/require-description-complete-sentence': 'off',
189
'jsdoc/require-example': 'off',
0 commit comments