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
A linting rule has forced many types into having an I prefix when they don't represent a class interface. Overall this I pattern in a legacy approach ported from Java that doesn't really help too much in the current paradigm of lodestar
Todo:
Remove lint rule forcing I prefix
Search and replace type names prefixed by I that do NOT have a class representation. For example: remove from IBeaconConfig do NOT remove from IBeaconChain
The text was updated successfully, but these errors were encountered:
A linting rule has forced many types into having an I prefix when they don't represent a class interface. Overall this I pattern in a legacy approach ported from Java that doesn't really help too much in the current paradigm of lodestar
Todo:
IBeaconConfig
do NOT remove fromIBeaconChain
The text was updated successfully, but these errors were encountered: