RightCapitalHQ / frontend-style-guide

RightCapital's frontend style guide.
MIT License
9 stars 0 forks source link

Missing rule `self-closing-comp` after switching to `eslint-react` #188

Closed PinkChampagne17 closed 3 months ago

PinkChampagne17 commented 3 months ago

After completing https://github.com/RightCapitalHQ/frontend-style-guide/issues/156, I noticed the jsx-self-closing-comp rule alternative was missing.

I recommend using @stylistic/jsx/jsx-self-closing-comp instead of react/self-closing-comp.