Skip to content

Commit

Permalink
tools: update ESLint to 7.25.0
Browse files Browse the repository at this point in the history
Update ESLint to 7.25.0

PR-URL: #38378
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
cjihrig authored and targos committed Jun 11, 2021
1 parent 3fbabfa commit 1098aec
Show file tree
Hide file tree
Showing 107 changed files with 1,589 additions and 4,878 deletions.
4 changes: 2 additions & 2 deletions test/parallel/test-tls-transport-destroy-after-own-gc.js
Expand Up @@ -15,12 +15,12 @@ const makeDuplexPair = require('../common/duplexpair');
let { clientSide } = makeDuplexPair();

let clientTLS = new TLSSocket(clientSide, { isServer: false });
let clientTLSHandle = clientTLS._handle;
let clientTLSHandle = clientTLS._handle; // eslint-disable-line no-unused-vars

setImmediate(() => {
clientTLS = null;
global.gc();
clientTLSHandle = null; // eslint-disable-line no-unused-vars
clientTLSHandle = null;
global.gc();
setImmediate(() => {
clientSide = null;
Expand Down
2 changes: 1 addition & 1 deletion tools/node_modules/eslint/README.md

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

6 changes: 3 additions & 3 deletions tools/node_modules/eslint/lib/linter/linter.js

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

14 changes: 11 additions & 3 deletions tools/node_modules/eslint/lib/rules/no-unused-vars.js

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

21 changes: 0 additions & 21 deletions tools/node_modules/eslint/node_modules/call-bind/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions tools/node_modules/eslint/node_modules/call-bind/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions tools/node_modules/eslint/node_modules/call-bind/callBound.js

This file was deleted.

47 changes: 0 additions & 47 deletions tools/node_modules/eslint/node_modules/call-bind/index.js

This file was deleted.

80 changes: 0 additions & 80 deletions tools/node_modules/eslint/node_modules/call-bind/package.json

This file was deleted.

2 changes: 1 addition & 1 deletion tools/node_modules/eslint/node_modules/chalk/package.json

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

42 changes: 42 additions & 0 deletions tools/node_modules/eslint/node_modules/chalk/readme.md

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

0 comments on commit 1098aec

Please sign in to comment.