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
committerRich Trott <rtrott@gmail.com>2021-12-05 06:04:08 +0300
commit147d23b2116394c5ed183217723ee3025f8ef99b (patch)
tree2bd1c6d459485ec7090578a1d61082ef1efd90b3 /.eslintrc.js
parent87f1311b0ec6400eaf6584f77b903a1b8ce7962f (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 6d9ddbf5f41..e3e198ab2fa 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',