Skip to content

Commit 855f15d

Browse files
Trottdanielleadams
authored andcommitted
tools: enable jsdoc/require-param-name lint rule
PR-URL: #41057 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent ce656a8 commit 855f15d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ module.exports = {
354354
'jsdoc/require-returns-type': 'off',
355355
'jsdoc/check-alignment': 'off',
356356
'jsdoc/require-returns-check': 'off',
357-
'jsdoc/require-param-name': 'off',
358357

359358
// Custom rules from eslint-plugin-node-core
360359
'node-core/no-unescaped-regexp-dot': 'error',

0 commit comments

Comments
 (0)