react-starter
react-starter copied to clipboard
[DX] Lint: react/no-unescaped-entities
I think escaping special chars in component content is good practice.
"react/no-unescaped-entities": 0,
Proposed:
"react/no-unescaped-entities": "error",
Can we vote on this?