I think escaping special chars in component content is good practice. ```json "react/no-unescaped-entities": 0, ``` Proposed: ```json "react/no-unescaped-entities": "error", ``` Can we vote on this?
I think escaping special chars in component content is good practice.
Proposed:
Can we vote on this?