Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-12-05 06:59:37 +0300
committerRich Trott <rtrott@gmail.com>2021-12-07 17:23:32 +0300
commite0a587753d1ea6c764f064ddad971a68ff596177 (patch)
treeb8fb66875a643c1896fdf35cd7cbc146362faa33 /.eslintrc.js
parentc241ef1a124798c0bc6fe5cde36f8cc7cb37f29e (diff)
tools: enable jsdoc/require-returns-check lint rule
PR-URL: https://github.com/nodejs/node/pull/41089 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index e3e198ab2fa..dd7c4ae8cb5 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -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',