entria / koa-passport-mongoose-graphql

Koa 2 server with Passport + Mongoose + GraphQL
193 stars 29 forks source link

Use Standard Style #14

Closed lucasbento closed 8 years ago

lucasbento commented 8 years ago

Use standard to enforce consistent style and catch errors.

sibelius commented 8 years ago

we could start with this .eslintrc (https://gist.github.com/cletusw/e01a85e399ab563b1236), or follow airbnb style

lucasbento commented 8 years ago

@sibelius https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb-base/README.md this one?

Looks good, but standard appears to be much easier to config and use.