The rule `jsx-no-comment-textnodes` is warning when using html-entities for slashes (`//` -> `//`) Example: ```html <pre>// TODO: Put instructions about usage here</pre> ``` This should not warn, since it is not valid comment.
Activity
55 remaining items