mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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>
This commit is contained in:
committed by
Node.js GitHub Bot
parent
88dd9724b0
commit
12e3c74e2e
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user