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
Properly use ruleSeverity properties of rule converters during conversion (#1468)
* fix: Properly use `ruleSeverity` properties of rule converters during conversion
* style: Use nullish coalescing operator over logical or
* style: Miscellaneous improvements
* test: Ensure multiple output rules are correctly treated
This additionally ensures that the ruleSeverities during the conversion
aren't always treated exactly the same. Moreover, it tests the case that
if ruleSeverity isn't specified, the default (its respective TSLint equivalent)
is used instead.
0 commit comments