From e52d1357eec9547b03280bafc13d12b261383687 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 e3e198ab2fa6e0..dd7c4ae8cb5f09 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',