Skip to content

Commit 26555dd

Browse files
committed
lint: prettier format
1 parent a61e9a6 commit 26555dd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/rules/template-no-unsupported-role-attributes.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ function keyMatchesNode(node, key) {
4444
if (!key.attributes || key.attributes.length === 0) {
4545
return true;
4646
}
47-
return key.attributes.every((attrSpec) =>
48-
nodeSatisfiesAttributeConstraint(node, attrSpec)
49-
);
47+
return key.attributes.every((attrSpec) => nodeSatisfiesAttributeConstraint(node, attrSpec));
5048
}
5149

5250
function getImplicitRole(node) {

0 commit comments

Comments
 (0)