From 0ca7cda962752a2099f7ef6c94fd294f75edc60b Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 24 Dec 2021 07:29:30 -0800 Subject: [PATCH] tools: enable jsdoc/check-param-names lint rule PR-URL: https://github.com/nodejs/node/pull/41311 Reviewed-By: Antoine du Hamel Reviewed-By: Luigi Pinca --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 91a9623c6d905f..2e60ea1d5c9c25 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',