tools: update ESLint to 5.3.0

PR-URL: https://github.com/nodejs/node/pull/22134
Reviewed-By: Bryan English <bryan@bryanenglish.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
This commit is contained in:
Rich Trott 2018-08-04 21:42:22 -07:00
parent 142660c989
commit 6ad12d47f5
174 changed files with 9821 additions and 5705 deletions

View file

@ -14,7 +14,7 @@ const assert = require("assert"),
CodePathSegment = require("./code-path-segment"),
IdGenerator = require("./id-generator"),
debug = require("./debug-helpers"),
astUtils = require("../ast-utils");
astUtils = require("../util/ast-utils");
//------------------------------------------------------------------------------
// Helpers