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 /benchmark
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 'benchmark')
-rw-r--r--benchmark/.eslintrc.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/.eslintrc.yaml b/benchmark/.eslintrc.yaml
index d7c59654fbe..6871299adec 100644
--- a/benchmark/.eslintrc.yaml
+++ b/benchmark/.eslintrc.yaml
@@ -5,6 +5,5 @@ env:
es6: true
rules:
- no-empty: error
no-var: error
prefer-arrow-callback: error