tools: enable jsdoc/require-param-name lint rule
PR-URL: https://github.com/nodejs/node/pull/41057 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
parent
87f1311b0e
commit
147d23b211
@ -354,7 +354,6 @@ module.exports = {
|
||||
'jsdoc/require-returns-type': 'off',
|
||||
'jsdoc/check-alignment': 'off',
|
||||
'jsdoc/require-returns-check': 'off',
|
||||
'jsdoc/require-param-name': 'off',
|
||||
|
||||
// Custom rules from eslint-plugin-node-core
|
||||
'node-core/no-unescaped-regexp-dot': 'error',
|
||||
|
Loading…
x
Reference in New Issue
Block a user