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/tools
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 /tools
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 'tools')
-rw-r--r--tools/.eslintrc.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/.eslintrc.yaml b/tools/.eslintrc.yaml
index de30cf6d123..d9a7929836d 100644
--- a/tools/.eslintrc.yaml
+++ b/tools/.eslintrc.yaml
@@ -12,4 +12,3 @@ rules:
- error
- args: after-used
prefer-arrow-callback: error
- no-var: error