Adding `prettier` support
Prettier is an opinionated javascript formatter — it can automatically deal with pretty-printing our code so we don't have to bikeshed over style nitpicks.
This release adds support for the requisite configuration changes for eslint
to conform to prettier
's guidelines.