teamdeepseed / deepseed-web

Web version of deepseed app
https://dev.deepseed.co
2 stars 2 forks source link

Add ESLint to find syntax or other errors with Airbnb Javascript Style Guide #8

Open lwinkyawmyat opened 7 years ago

lwinkyawmyat commented 7 years ago

My opinion is should be add ESLint. Because it can help to find syntax and other errors and it can also create custom linting rules. The project's codes would be more smart.

If we are using ESLint, we need to add some rules. But there is no rules in the project for linting. So, I think should be use eslint-config-airbnb. It is using the rules of airbnb-javascript-guide. Most of the projects are using airbnb javascript guide because it has contains many guide for ES6. :1st_place_medal: :1st_place_medal: :1st_place_medal:

yelinaung commented 7 years ago

We'll come back to this after we have a proper CI flow. Thank you for your input.