Skip to content

Commit 2eb13e3

Browse files
lpincaruyadorno
authored andcommitted
tools: disable jsdoc/no-defaults rule
PR-URL: #48328 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
1 parent 125bca6 commit 2eb13e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ module.exports = {
300300
'jsdoc/newline-after-description': 'off',
301301
'jsdoc/require-returns-description': 'off',
302302
'jsdoc/valid-types': 'off',
303+
'jsdoc/no-defaults': 'off',
303304
'jsdoc/no-undefined-types': 'off',
304305
'jsdoc/require-param': 'off',
305306
'jsdoc/check-tag-names': 'off',

0 commit comments

Comments
 (0)