jsx-eslint/eslint-plugin-react

Rule Suggestion: Forbid Classes / Classnames

Offen

#1.193 geöffnet am 13.05.2017

 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.733 Forks)batch import
acceptedenhancementhelp wantednew rule

Repository-Metriken

Stars
 (9.292 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide