Skip to content

Commit e52d135

Browse files
TrottLinkgoron
authored andcommitted
tools: enable jsdoc/require-returns-check lint rule
PR-URL: nodejs#41089 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent c77d2be commit e52d135

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ module.exports = {
353353
'jsdoc/tag-lines': 'off',
354354
'jsdoc/require-returns-type': 'off',
355355
'jsdoc/check-alignment': 'off',
356-
'jsdoc/require-returns-check': 'off',
357356

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

0 commit comments

Comments
 (0)