From 2c009ccc24e17663973f8fd848eb1346195ca70b Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 4 Dec 2021 19:59:37 -0800 Subject: [PATCH] tools: enable jsdoc/require-returns-check lint rule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/41089 Reviewed-By: Michaƫl Zasso Reviewed-By: Ruben Bridgewater --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index d952192ac02297..a0a0f3d868d761 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',