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
path: root/test
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 /test
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 'test')
-rw-r--r--test/.eslintrc.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/.eslintrc.yaml b/test/.eslintrc.yaml
index d9a0e3d3c5f..67a2b9667bb 100644
--- a/test/.eslintrc.yaml
+++ b/test/.eslintrc.yaml
@@ -6,7 +6,6 @@ env:
rules:
multiline-comment-style: ["error", "separate-lines"]
- no-empty: error
no-var: error
prefer-const: error
symbol-description: off