summaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-12-09 14:54:35 -0800
committerNode.js GitHub Bot <github-bot@iojs.org>2021-12-12 03:51:01 +0000
commit12e3c74e2edf78eeae662dce0a9db17a6fe7d730 (patch)
tree907e6da6ddb6dd8238844f59d1ae29955f749eb5 /.eslintrc.js
parent88dd9724b0722e93e572e7d4bc2f395b335e3ce3 (diff)
downloadnode-new-12e3c74e2edf78eeae662dce0a9db17a6fe7d730.tar.gz
tools: enable jsdoc/require-returns-type ESLint rule
PR-URL: https://github.com/nodejs/node/pull/41130 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.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 1f2e637b9b..af5f751fd8 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -351,7 +351,6 @@ module.exports = {
'jsdoc/require-property-description': 'off',
'jsdoc/check-param-names': 'off',
'jsdoc/tag-lines': 'off',
- 'jsdoc/require-returns-type': 'off',
// Custom rules from eslint-plugin-node-core
'node-core/no-unescaped-regexp-dot': 'error',