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-04-02 07:18:40 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2022-04-04 13:53:29 +0300
commitb07894d8dca5d1f3777f257186dec6da835b52ef (patch)
treee48ccb3138ab50fa1262393f971e68e37c08c1fb /benchmark
parent49547abe99678bf090f666663efdd7f9292758fe (diff)
tools: enable no-var ESLint rule for lib
PR-URL: https://github.com/nodejs/node/pull/42573 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.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 6871299adec..aa014eec4e3 100644
--- a/benchmark/.eslintrc.yaml
+++ b/benchmark/.eslintrc.yaml
@@ -5,5 +5,4 @@ env:
es6: true
rules:
- no-var: error
prefer-arrow-callback: error