devfsa / overflow-news

📚 Don't waste time searching for good dev blog posts. Get the latest news here.
https://overflow.news
34 stars 3 forks source link

[CodeQuality] Add ESLint configuration #11

Open alvarowolfx opened 6 years ago

alvarowolfx commented 6 years ago

Is easy to add ESLint to the project and we can have a standard code style for all the contributions. Later when CI support is added, the code style can also be validated.

Now, which code style to use? :thinking: https://www.npmjs.com/package/eslint-config-airbnb https://github.com/google/eslint-config-google

RodolfoSilva commented 6 years ago

@alvarowolfx We don't use any style guide. But i prefere use the StandarJS https://standardjs.com/.