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 47ae9ef commit 59032cbCopy full SHA for 59032cb
base-configs/jsdoc.js
@@ -18,6 +18,7 @@ const config = {
18
'jsdoc/require-jsdoc': 'off',
19
'jsdoc/require-param-description': 'off',
20
'jsdoc/require-property-description': 'off',
21
+ 'jsdoc/require-returns': ['warn', { 'publicOnly': true }],
22
'jsdoc/require-returns-description': 'off',
23
'jsdoc/require-yields': 'off',
24
'jsdoc/tag-lines': ['warn', 'never', { 'startLines': 1 }],
0 commit comments