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 139bfaf commit f8bf7cdCopy full SHA for f8bf7cd
1 file changed
lib/rules/template-link-rel-noopener.js
@@ -54,7 +54,7 @@ module.exports = {
54
const newValue = parts.join(' ');
55
return fixer.replaceTextRange(
56
[relAttr.value.range[0], relAttr.value.range[1]],
57
- newValue
+ `"${newValue}"`
58
);
59
}
60
// No rel attribute — insert one before the closing >
0 commit comments