Passed
Push — main ( cdd84d...e987cb )
by LCS
03:06
created

icon-badge-periods.js (1 issue)

Severity
1
// Ensure 'ICON_BADGE_PERIODS' is declared only once
2
const ICON_BADGE_PERIODS = {
0 ignored issues
show
The constant ICON_BADGE_PERIODS seems to be never used. Consider removing it.
Loading history...
3
  // ...existing code...
4
};
5
// ...existing code...
6