react-starter icon indicating copy to clipboard operation
react-starter copied to clipboard

[DX] Lint: react/no-unescaped-entities

Open AleksandarDev opened this issue 2 years ago • 2 comments

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?

AleksandarDev avatar Nov 23 '22 15:11 AleksandarDev