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 <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
  • Loading branch information
cjihrig authored and targos committed Apr 11, 2020
1 parent edf35db commit 97a3e2f
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
Original file line number Diff line number Diff line change
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.

Loading

0 comments on commit 97a3e2f

Please sign in to comment.