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
@typescript-eslint/no-inferrable-types
omits type for booleans and other primitives if they have default values.
Ideally we could infer the type in decapi too so that the default rules in @typescript-eslint work nicely together with decapi.
For example:
The text was updated successfully, but these errors were encountered:
@typescript-eslint/no-inferrable-types
omits type for booleans and other primitives if they have default values.
Ideally we could infer the type in decapi too so that the default rules in
@typescript-eslint
work nicely together with decapi.For example:
The text was updated successfully, but these errors were encountered: