jsx-eslint/eslint-plugin-react

Rule Suggestion: Forbid Classes / Classnames

Open

#1 193 ouverte le 13 mai 2017

Voir sur GitHub
 (7 commentaires) (0 réactions) (0 assignés)JavaScript (2 797 forks)batch import
acceptedenhancementhelp wantednew rule

Métriques du dépôt

Stars
 (8 630 stars)
Métriques de merge PR
 (Merge moyen 1j 17h) (3 PRs mergées en 30 j)

Description

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.

Guide contributeur