Skip to content

Commit 8d821df

Browse files
committed
lint
1 parent a953b96 commit 8d821df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/compile/nodes/Element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ export default class Element extends Node {
631631
if (!rel || (!rel_values.includes('noopener') && !rel_values.includes('noreferrer'))) {
632632
component.warn(this, {
633633
code: 'security-anchor-rel-noopener',
634-
message: `Security: Anchor with "target=_blank" should have rel attribute containing the value "noopener" or "noreferrer"`
634+
message: 'Security: Anchor with "target=_blank" should have rel attribute containing the value "noopener" or "noreferrer"'
635635
});
636636
}
637637
}

0 commit comments

Comments
 (0)