Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor to fix all but the Id -> ID lint errors
In order to support more contributors, prepare the project for clean lint passes. The lint error for Id in names will produce breaking changes. If they were fixed only non-breaking changes, it would create inconsistency. They are an unfortunate relic from this library coming before that lint rule. Consistency and interface comptability trumps the `Id` rule.
- Loading branch information