diff --git a/.eslintrc.js b/.eslintrc.js index e1961de42dea0a..5a63c79371c984 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -306,6 +306,7 @@ module.exports = { 'jsdoc/newline-after-description': 'off', 'jsdoc/require-returns-description': 'off', 'jsdoc/valid-types': 'off', + 'jsdoc/no-defaults': 'off', 'jsdoc/no-undefined-types': 'off', 'jsdoc/require-param': 'off', 'jsdoc/check-tag-names': 'off',