Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-12-02 11:01:07 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2022-02-01 07:01:09 +0300
commit50420c654c0853ec45ee624446326108cee1ffd4 (patch)
tree0640575f1a7af5da3a7f68a0dd3c5dbecbd0cde1 /.eslintrc.js
parentd6b15424da769668e3d5ed5f260ee12435e0f109 (diff)
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>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 019b042e8ed..d952192ac02 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -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',