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 a61e9a6 commit 26555ddCopy full SHA for 26555dd
1 file changed
lib/rules/template-no-unsupported-role-attributes.js
@@ -44,9 +44,7 @@ function keyMatchesNode(node, key) {
44
if (!key.attributes || key.attributes.length === 0) {
45
return true;
46
}
47
- return key.attributes.every((attrSpec) =>
48
- nodeSatisfiesAttributeConstraint(node, attrSpec)
49
- );
+ return key.attributes.every((attrSpec) => nodeSatisfiesAttributeConstraint(node, attrSpec));
50
51
52
function getImplicitRole(node) {
0 commit comments