aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-03-17 21:28:29 +0800
committerRich Trott <rtrott@gmail.com>2019-03-26 09:46:41 -0700
commit8209caec3955c029c47d32f0babef627500f3c65 (patch)
treeed8bab6dffd0cae3d6cdc9a3444ce6fb3a60b5dc /lib
parent3018441304697fe801fc81385229b5a78a62cc54 (diff)
downloadandroid-node-v8-8209caec3955c029c47d32f0babef627500f3c65.tar.gz
android-node-v8-8209caec3955c029c47d32f0babef627500f3c65.tar.bz2
android-node-v8-8209caec3955c029c47d32f0babef627500f3c65.zip
tools: remove eslint rule no-let-in-for-declaration
PR-URL: https://github.com/nodejs/node/pull/26715 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/.eslintrc.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/.eslintrc.yaml b/lib/.eslintrc.yaml
index 3b041d5db4..0e869e0958 100644
--- a/lib/.eslintrc.yaml
+++ b/lib/.eslintrc.yaml
@@ -19,7 +19,6 @@ rules:
message: "Please use `require('internal/errors').hideStackFrames()` instead."
# Custom rules in tools/eslint-rules
node-core/require-globals: error
- node-core/no-let-in-for-declaration: error
node-core/lowercase-name-for-primitive: error
node-core/non-ascii-character: error
globals: