We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
anchor-has-content
1 parent ba1e312 commit 309b040Copy full SHA for 309b040
docs/rules/anchor-has-content.md
@@ -39,7 +39,7 @@ return (
39
### Succeed
40
```jsx
41
<a>Anchor Content!</a>
42
-<a><TextWrapper /><a>
+<a><TextWrapper /></a>
43
<a dangerouslySetInnerHTML={{ __html: 'foo' }} />
44
```
45
0 commit comments