Skip to content

Adding `prettier` support

Compare
Choose a tag to compare
@jnwng jnwng released this 28 Mar 16:12
· 45 commits to master since this release

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.