mirror of
https://github.com/nodejs/node.git
synced 2025-08-16 06:08:50 +02:00
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:
parent
142660c989
commit
6ad12d47f5
174 changed files with 9821 additions and 5705 deletions
2
tools/node_modules/eslint/lib/code-path-analysis/code-path-analyzer.js
generated
vendored
2
tools/node_modules/eslint/lib/code-path-analysis/code-path-analyzer.js
generated
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue