X Tutup
The Wayback Machine - https://web.archive.org/web/20250425174824/https://github.com/nodejs/node/commit/f4d61c7ce9
Skip to content

Commit f4d61c7

Browse files
cjihrigMylesBorins
authored andcommitted
tools: update ESLint to 7.5.0
Update ESLint to 7.5.0 PR-URL: #34423 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 29ad6fb commit f4d61c7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1412
-982
lines changed

tools/node_modules/eslint/README.md

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/node_modules/eslint/lib/linter/code-path-analysis/code-path-analyzer.js

+38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/node_modules/eslint/lib/linter/code-path-analysis/code-path-segment.js

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/node_modules/eslint/lib/linter/code-path-analysis/code-path-state.js

+59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/node_modules/eslint/lib/linter/code-path-analysis/debug-helpers.js

+26-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/node_modules/eslint/lib/rules/accessor-pairs.js

+1-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/node_modules/eslint/lib/rules/array-callback-return.js

+5-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/node_modules/eslint/lib/rules/arrow-body-style.js

+41-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/node_modules/eslint/lib/rules/consistent-return.js

+1-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
X Tutup