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
require-return-type with { 'annotateUndefined': 'always' } should not trigger for class constructors, since class constructors should never return anything.
The text was updated successfully, but these errors were encountered:
require-return-type
with{ 'annotateUndefined': 'always' }
should not trigger for class constructors, since class constructors should never return anything.The text was updated successfully, but these errors were encountered: