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
I have checked existing issues and there are no existing ones with the same request.
Feature description
Prefer using nullish coalescing operator (??) instead of a logical or (||), as it is a safer operator @typescript-eslint/prefer-nullish-coalescing
This rule could be set to produce an error to provide consistency in the code. In the connectivity platform, there is a large amount where '| |' is used, and this rule currently gives only a warning.
The text was updated successfully, but these errors were encountered:
Issues
Feature description
Prefer using nullish coalescing operator (
??
) instead of a logical or (||
), as it is a safer operator @typescript-eslint/prefer-nullish-coalescingThis rule could be set to produce an error to provide consistency in the code. In the connectivity platform, there is a large amount where '| |' is used, and this rule currently gives only a warning.
The text was updated successfully, but these errors were encountered: