jsx-eslint/eslint-plugin-react
Vedi su GitHubRule Suggestion: Forbid Classes / Classnames
Open
#1193 aperta il 13 mag 2017
acceptedenhancementhelp wantednew rule
Metriche repository
- Star
- (8630 star)
- Metriche merge PR
- (Merge medio 1g 17h) (3 PR mergiate in 30 g)
Descrizione
We have a font-awesome <Icon> component that handles accessibility nicely. However, it's still really easy for people to write <i className="fa ...">. It would be nice if we could ban a class based on matching a regex. Obviously, it's tricky/impossible to ban every possible use if people are doing things at runtime, but it would be nice if I could say no to a fair number of cases where this comes up.