Skip to content

Commit 52633a9

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

-1
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)