Skip to content

Commit

Permalink
tools: update ESLint to 7.0.0-alpha.3
Browse files Browse the repository at this point in the history
Update ESLint to 7.0.0-alpha.3

PR-URL: #32533
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
cjihrig authored and BethGriggs committed Apr 7, 2020
1 parent 397489e commit db8daa3
Show file tree
Hide file tree
Showing 109 changed files with 13,357 additions and 4,845 deletions.
2 changes: 1 addition & 1 deletion tools/eslint-rules/crypto-check.js
Expand Up @@ -71,7 +71,7 @@ module.exports = function(context) {
if (missingCheckNodes.length > 0) {
requireNodes.forEach((requireNode) => {
const beforeAllChecks = missingCheckNodes.every((checkNode) => {
return requireNode.start < checkNode.start;
return requireNode.range[0] < checkNode.range[0];
});

if (beforeAllChecks) {
Expand Down
4 changes: 2 additions & 2 deletions tools/node_modules/eslint/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tools/node_modules/eslint/conf/environments.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tools/node_modules/eslint/lib/cli-engine/cli-engine.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db8daa3

Please sign in to comment.