Skip to content

Commit

Permalink
tools: remove eslint rule no-let-in-for-declaration
Browse files Browse the repository at this point in the history
PR-URL: nodejs#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>
  • Loading branch information
gengjiawen authored and targos committed Mar 27, 2019
1 parent c82ee2b commit 57b872b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 85 deletions.
1 change: 0 additions & 1 deletion lib/.eslintrc.yaml
Expand Up @@ -17,7 +17,6 @@ rules:
message: "Use an error exported by the internal/errors module."
# 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:
Expand Down
45 changes: 0 additions & 45 deletions test/parallel/test-eslint-no-let-in-for-declaration.js

This file was deleted.

1 change: 0 additions & 1 deletion test/root.status
Expand Up @@ -37,7 +37,6 @@ parallel/test-eslint-duplicate-requires: SLOW
parallel/test-eslint-eslint-check: SLOW
parallel/test-eslint-inspector-check: SLOW
parallel/test-eslint-lowercase-name-for-primitive: SLOW
parallel/test-eslint-no-let-in-for-declaration: SLOW
parallel/test-eslint-no-unescaped-regexp-dot: SLOW
parallel/test-eslint-number-isnan: SLOW
parallel/test-eslint-prefer-assert-iferror: SLOW
Expand Down
38 changes: 0 additions & 38 deletions tools/eslint-rules/no-let-in-for-declaration.js

This file was deleted.

0 comments on commit 57b872b

Please sign in to comment.