DanyDin1801 / Product-Portal

0 stars 2 forks source link

Fix code style issues #20

Open arreche opened 8 years ago

arreche commented 8 years ago

This task should performed after https://github.com/DanyDin1801/Product-Portal/pull/19

rhgksrua commented 8 years ago

There should not be any confusion on what style guide we are using. We are using airbnb. As soon as @arreche fixes the current eslint config file to use ES5, only thing contributor needs to do is run npm run lint before committing. eslint will give a feedback on the code. If there are any errors, just fix it and run it again until you don't have any errors. Sometimes you'll get warnings but we can ignore those for now.