mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-04 21:05:54 +08:00
The eslint rule now distinguishes between icon classes (bwi, bwi-lock, etc.) and helper utility classes (bwi-fw, bwi-sm, bwi-lg, etc.) defined in the SCSS. Helper classes like bwi-fw are legitimate utility classes that modify appearance and can be used with bit-icon or other components without triggering warnings. Updated the rule to maintain an allowlist of helper classes and only error when actual icon classes are used directly. Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| index.mjs | ||
| no-bwi-class-usage.mjs | ||
| no-bwi-class-usage.spec.mjs | ||
| require-label-on-biticonbutton.mjs | ||
| require-theme-colors-in-svg.mjs | ||
| require-theme-colors-in-svg.spec.mjs | ||