From 6fc92bd1910c6ac49d7dd576567c9cc59b135b7a Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 9 Dec 2021 14:54:35 -0800 Subject: [PATCH] tools: enable jsdoc/require-returns-type ESLint rule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/41130 Reviewed-By: Michaƫl Zasso Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Ruben Bridgewater --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 1f2e637b9b3eee..af5f751fd88a44 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',