Modernize our coding style
Background
We all dislike the coding style we enforce with eslint. Mostly relating to braces.
What to change
- change the eslint rules to better suit our taste
- run
eslint --fix
and make sure eslint is happy. - Update the coding style guide (do we even have one?)