Skip to content

Commit 0379658

Browse files
committed
docs: Remove extra comments
1 parent 18dc77f commit 0379658

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

lib/rules/no-path-concat.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ function collectFirstChars(node, sepNodes, globalScope, outNextChars) {
112112
}
113113
}
114114
break
115-
// fallthrough
116115
default: {
117116
if (node) {
118117
const str = getStringIfConstant(node, globalScope)?.at(0)

lib/unsupported-features/node-builtins-modules/stream.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
const { READ } = require("@eslint-community/eslint-utils")
44

5-
// TODO: https://nodejs.org/docs/latest/api/webstreams.html
6-
75
/**
86
* @satisfies {import('../types.js').SupportVersionTraceMap}
97
*/

0 commit comments

Comments
 (0)