bentonam / fakeit

Generates JSON documents based on models defined in YAML and adds them to a Couchbase Bucket
MIT License
86 stars 21 forks source link

Feature/prettier eslint #149

Closed tabrindle closed 6 years ago

tabrindle commented 7 years ago

To better support a rapidly scaling project and new maintainers, let's adopt prettier-eslint. It uses prettier to format using eslint configs, and then eslint --fix to cover all other rules according to what we already have defined.

With a simple make format or on save using various IDE plugins, all code will always be formatted predictably and and without individual opinion.