mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user