jsx-eslint/eslint-plugin-react

Rule Suggestion: Forbid Classes / Classnames

開放

#1,193 建立於 2017年5月13日

 (7 則留言) (0 個反應) (0 位負責人)JavaScript (2,733 個分叉)batch import
acceptedenhancementhelp wantednew rule

倉庫指標

星標
 (9,292 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南