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
file naming, should be named after a type in the file, a rule should allow excluding with regex pattern, i.e. *-protocol.ts, objects.ts, types.ts, etc.
declaration of dev dependencies, should go to the root package or the ext script package
empty files
public functions and variables without namespaces, should usually belong to namespace of class using it
return types should not be inferred for public functions
The text was updated successfully, but these errors were encountered:
Some repetitive issues which could be automated:
*-protocol.ts
,objects.ts
,types.ts
, etc.The text was updated successfully, but these errors were encountered: