TECH TASK: make linter rules pass
Value
We'd like to use lint rules as a way to enforce code-style in a non-controversial way among a larger contributor community. Blocker: the lint rules don't currently pass!
Behavior
GIVEN a codebase that is in merge-worthy state
- WHEN a dev runs
yarn lint
- THEN there should be no errors
Edited by aguestuser