mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user