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-24 18:29:30 +0300
committerRich Trott <rtrott@gmail.com>2021-12-29 00:17:01 +0300
commitf81c62704fc4e3e0eb1b1c813854ad52fbb8fe75 (patch)
tree6f29a9142d9c1cd960c7f731530e1a86ea7e214c /.eslintrc.js
parent43371dd5d2b7c3586e5f41bc30c9cd21bb000d5f (diff)
tools: enable jsdoc/check-param-names lint rule
PR-URL: https://github.com/nodejs/node/pull/41311 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
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 9ab6638b10e..b630e21b556 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -350,7 +350,6 @@ module.exports = {
'jsdoc/check-tag-names': 'off',
'jsdoc/require-returns': 'off',
'jsdoc/require-property-description': 'off',
- 'jsdoc/check-param-names': 'off',
// Custom rules from eslint-plugin-node-core
'node-core/no-unescaped-regexp-dot': 'error',