Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 28f02cb

Browse filesBrowse files
cjihrigtargos
authored andcommitted
tools: update ESLint to 7.25.0
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>
1 parent dfd4c7b commit 28f02cb
Copy full SHA for 28f02cb

File tree

Expand file treeCollapse file tree

107 files changed

+1589
-4878
lines changed
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

107 files changed

+1589
-4878
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-tls-transport-destroy-after-own-gc.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-tls-transport-destroy-after-own-gc.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ const makeDuplexPair = require('../common/duplexpair');
1515
let { clientSide } = makeDuplexPair();
1616

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

2020
setImmediate(() => {
2121
clientTLS = null;
2222
global.gc();
23-
clientTLSHandle = null; // eslint-disable-line no-unused-vars
23+
clientTLSHandle = null;
2424
global.gc();
2525
setImmediate(() => {
2626
clientSide = null;
Collapse file

‎tools/node_modules/eslint/README.md‎

Copy file name to clipboardExpand all lines: tools/node_modules/eslint/README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎tools/node_modules/eslint/lib/linter/linter.js‎

Copy file name to clipboardExpand all lines: tools/node_modules/eslint/lib/linter/linter.js
+3-3Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎tools/node_modules/eslint/lib/rules/no-unused-vars.js‎

Copy file name to clipboardExpand all lines: tools/node_modules/eslint/lib/rules/no-unused-vars.js
+11-3Lines changed: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎tools/node_modules/eslint/node_modules/call-bind/LICENSE‎

Copy file name to clipboardExpand all lines: tools/node_modules/eslint/node_modules/call-bind/LICENSE
-21Lines changed: 0 additions & 21 deletions
This file was deleted.
Collapse file

‎tools/node_modules/eslint/node_modules/call-bind/README.md‎

Copy file name to clipboardExpand all lines: tools/node_modules/eslint/node_modules/call-bind/README.md
-2Lines changed: 0 additions & 2 deletions
This file was deleted.
Collapse file

‎tools/node_modules/eslint/node_modules/call-bind/callBound.js‎

Copy file name to clipboardExpand all lines: tools/node_modules/eslint/node_modules/call-bind/callBound.js
-15Lines changed: 0 additions & 15 deletions
This file was deleted.
Collapse file

‎tools/node_modules/eslint/node_modules/call-bind/index.js‎

Copy file name to clipboardExpand all lines: tools/node_modules/eslint/node_modules/call-bind/index.js
-47Lines changed: 0 additions & 47 deletions
This file was deleted.
Collapse file

‎tools/node_modules/eslint/node_modules/call-bind/package.json‎

Copy file name to clipboardExpand all lines: tools/node_modules/eslint/node_modules/call-bind/package.json
-80Lines changed: 0 additions & 80 deletions
This file was deleted.
Collapse file

‎tools/node_modules/eslint/node_modules/chalk/package.json‎

Copy file name to clipboardExpand all lines: tools/node_modules/eslint/node_modules/chalk/package.json
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.