Skip to content

Commit

Permalink
tools: enable jsdoc/require-param-name lint rule
Browse files Browse the repository at this point in the history
PR-URL: #41057
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
Trott committed Dec 5, 2021
1 parent 87f1311 commit 147d23b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Expand Up @@ -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',
Expand Down

0 comments on commit 147d23b

Please sign in to comment.