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 bda02cb commit d776263Copy full SHA for d776263
1 file changed
index.js
@@ -263,6 +263,11 @@ module.exports = {
263
'rest-spread-spacing': ['error', 'never'],
264
'symbol-description': 'error',
265
'template-curly-spacing': 'error',
266
- 'yield-star-spacing': ['error', 'both']
+ 'yield-star-spacing': ['error', 'both'],
267
+ 'valid-jsdoc': ['warn', {
268
+ 'requireReturn': false,
269
+ 'requireParamDescription': true,
270
+ 'requireReturnDescription': true
271
+ }]
272
}
273
};
0 commit comments