mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: disable jsdoc/no-defaults rule
PR-URL: https://github.com/nodejs/node/pull/48328 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
This commit is contained in:
committed by
Node.js GitHub Bot
parent
e30e71665c
commit
0919b5e277
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user