File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ This rule disallows using `target="_blank"` attribute without `rel="noopener nor
22
22
23
23
<!-- ✗ BAD -->
24
24
<a href="http://example.com" target="_blank" >link</a>
25
- </temlate >
25
+ </template >
26
26
```
27
27
28
28
</eslint-code-block >
@@ -52,7 +52,7 @@ This rule disallows using `target="_blank"` attribute without `rel="noopener nor
52
52
53
53
<!-- ✗ BAD -->
54
54
<a href="http://example.com" target="_blank" rel="noopener">link</a>
55
- </temlate >
55
+ </template >
56
56
```
57
57
58
58
</eslint-code-block >
@@ -68,7 +68,7 @@ This rule disallows using `target="_blank"` attribute without `rel="noopener nor
68
68
69
69
<!-- ✗ BAD -->
70
70
<a href="http://example.com" target="_blank" >link</a>
71
- </temlate >
71
+ </template >
72
72
```
73
73
74
74
</eslint-code-block >
@@ -84,7 +84,7 @@ This rule disallows using `target="_blank"` attribute without `rel="noopener nor
84
84
85
85
<!-- ✗ BAD -->
86
86
<a :href="link" target="_blank">link</a>
87
- </temlate >
87
+ </template >
88
88
```
89
89
90
90
</eslint-code-block >
@@ -100,7 +100,7 @@ This rule disallows using `target="_blank"` attribute without `rel="noopener nor
100
100
101
101
<!-- ✗ BAD -->
102
102
<a href="http://example.com" target="_blank" >link</a>
103
- </temlate >
103
+ </template >
104
104
```
105
105
106
106
</eslint-code-block >
You can’t perform that action at this time.
0 commit comments