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 c15eee6 commit 8e81ad3Copy full SHA for 8e81ad3
lib/rules/require-meta-docs-description.js
@@ -70,14 +70,6 @@ module.exports = {
70
return;
71
}
72
73
- if (!descriptionNode) {
74
- context.report({
75
- node: docsNode || metaNode || ruleInfo.create,
76
- messageId: 'missing',
77
- });
78
- return;
79
- }
80
-
81
const staticValue = getStaticValue(descriptionNode.value, scope);
82
if (!staticValue) {
83
// Ignore non-static values since we can't determine what they look like.
0 commit comments