You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
I'm linting a JSX element that looks something like this:
<a href="http://www.someurlhere.com" className="someClass">More</a>
The rule fails. However, if add a space after "More" like so:
<a href="http://www.someurlhere.com" className="someClass">More </a>
It passes.
The rule states that:
The text was updated successfully, but these errors were encountered: