million-views / praas

Proxy as a service.
MIT License
4 stars 2 forks source link

Prettier fix and updating gateway server documentation #178

Closed vakareeralil closed 4 years ago

vakareeralil commented 4 years ago

Description

  1. backend has prettier configured and conflicting rules have been cleaned.[ time boxed effort]. Also because the default prettier configuration was messing up with eslint.
  2. Updating readme for gateway server testing.
vakareeralil commented 4 years ago

@m5nv https://blog.theodo.com/2019/08/why-you-should-use-eslint-prettier-and-editorconfig-together/ I stumbled across this document which seems like a good read. The take aways were:

  1. Prettier does the formatting job better
  2. Eslint can be delegated to only detect bad coding practices eg: complexity and more? These days pretty much prettier works well with eslint.