Skip to content

Releases: coursera/eslint-config-coursera

v0.9.1

08 Nov 19:59
Compare
Choose a tag to compare

v0.9.0

08 Nov 19:50
91ba531
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.9.0

Adding `prettier` support

28 Mar 16:12
Compare
Choose a tag to compare

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.

Move peerDependencies to dependencies.

20 Mar 00:51
Compare
Choose a tag to compare

Per #6, moving dependencies that more recently had to be manually installed via an installation script to dependencies, which should make installation much simpler.