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 46a3d06 commit 0923dc0Copy full SHA for 0923dc0
.eslintrc.js
@@ -306,6 +306,7 @@ module.exports = {
306
'jsdoc/newline-after-description': 'off',
307
'jsdoc/require-returns-description': 'off',
308
'jsdoc/valid-types': 'off',
309
+ 'jsdoc/no-defaults': 'off',
310
'jsdoc/no-undefined-types': 'off',
311
'jsdoc/require-param': 'off',
312
'jsdoc/check-tag-names': 'off',
0 commit comments