Skip to content

Commit 0923dc0

Browse files
lpincaRafaelGSS
authored andcommitted
tools: disable jsdoc/no-defaults rule
PR-URL: #48328 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
1 parent 46a3d06 commit 0923dc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ module.exports = {
306306
'jsdoc/newline-after-description': 'off',
307307
'jsdoc/require-returns-description': 'off',
308308
'jsdoc/valid-types': 'off',
309+
'jsdoc/no-defaults': 'off',
309310
'jsdoc/no-undefined-types': 'off',
310311
'jsdoc/require-param': 'off',
311312
'jsdoc/check-tag-names': 'off',

0 commit comments

Comments
 (0)