Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2022-02-03 09:35:51 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2022-02-05 15:58:33 +0300
commitde677e9ac23795572bcc8b95eff3c76249dfbb3b (patch)
treee7faca654eab7df1369e63d1438ce1e3ac283a4d /.eslintrc.js
parent5d559f4a748fa85f67f50b23916a9ef6cf9260a1 (diff)
tools: enable no-empty ESLint rule
Refs: https://eslint.org/docs/rules/no-empty PR-URL: https://github.com/nodejs/node/pull/41831 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
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 24c62e79502..da17fd47acd 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -295,7 +295,6 @@ module.exports = {
'valid-typeof': ['error', { requireStringLiterals: true }],
// ESLint recommended rules that we disable
- 'no-empty': 'off',
'no-inner-declarations': 'off',
// JSDoc recommended rules that we disable