You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, audits from ESLint plugin provide a displayValue only when there are errors or warnings (e.g. 5 errors, 12 warnings, in rare cases 1 error, 21 warnings). When no displayValue is provided, we fallback to value, so for ESLint audits without errors we display 0. It would be better to display passed.
when there are no issues detected, set displayValue: 'passed'
update snapshots in tests with -u (0 ➡ passed)
The text was updated successfully, but these errors were encountered:
Currently, audits from ESLint plugin provide a
displayValue
only when there are errors or warnings (e.g.5 errors
,12 warnings
, in rare cases1 error, 21 warnings
). When nodisplayValue
is provided, we fallback tovalue
, so for ESLint audits without errors we display0
. It would be better to displaypassed
.displayValue: 'passed'
-u
(0
➡passed
)The text was updated successfully, but these errors were encountered: