Skip to content

Commit

Permalink
tools: enable jsdoc/require-returns-check lint rule
Browse files Browse the repository at this point in the history
PR-URL: nodejs#41089
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
Trott authored and Linkgoron committed Jan 31, 2022
1 parent c77d2be commit e52d135
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Expand Up @@ -353,7 +353,6 @@ module.exports = {
'jsdoc/tag-lines': 'off',
'jsdoc/require-returns-type': 'off',
'jsdoc/check-alignment': 'off',
'jsdoc/require-returns-check': 'off',

// Custom rules from eslint-plugin-node-core
'node-core/no-unescaped-regexp-dot': 'error',
Expand Down

0 comments on commit e52d135

Please sign in to comment.