We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255db96 commit 9af8bb1Copy full SHA for 9af8bb1
lib/rules/require-explicit-slots.js
@@ -185,7 +185,6 @@ module.exports = {
185
const name = utils.getStringLiteralValue(expression) || undefined
186
reportMissingSlot(node, name)
187
} else {
188
- // check and report if slot name is declared or is undefined
189
reportMissingSlot(node, nameNode.value?.value)
190
}
191
0 commit comments