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
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
exportinterfaceFoo{}// [tslint] variable name must be in camelcase or uppercaseexportconstFoo={someFunction(){}}
Is there a better construct without hitting this warning or getting into class + static method?
how can I disable this rule only for this use case (maybe adding a bypass-overload flag)?
The text was updated successfully, but these errors were encountered:
Yes, but that's what I don't want to.
This is really a type + utility construct. And being a type it should be uppercase.
The utility part is really a namespace idea, not a variable.
Bug Report
TypeScript code being linted
Is there a better construct without hitting this warning or getting into class + static method?
how can I disable this rule only for this use case (maybe adding a
bypass-overload
flag)?The text was updated successfully, but these errors were encountered: