Skip to content

Commit 9af8bb1

Browse files
committed
chore: remove comment
1 parent 255db96 commit 9af8bb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rules/require-explicit-slots.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ module.exports = {
185185
const name = utils.getStringLiteralValue(expression) || undefined
186186
reportMissingSlot(node, name)
187187
} else {
188-
// check and report if slot name is declared or is undefined
189188
reportMissingSlot(node, nameNode.value?.value)
190189
}
191190
}

0 commit comments

Comments
 (0)