FACG6 / emotion-detector

Our Website
https://emotionandfacerecognizer.herokuapp.com/
0 stars 0 forks source link

Eslint is very important #23

Open amusameh opened 5 years ago

amusameh commented 5 years ago

You did a very good job at indenting and styling your code 👍 but using eslint would've made it perfect.

Ex: mixing single and double qoutaions (single qoutaions is the common style) https://github.com/FACG6/emotion-detector/blob/722171050724feb8aedef4fb487e6922f6d32d5d/src/handlers.js#L1-L4

Eslint is your best friend and it won't take you a min to configer it. It's considered a best practice and would save you from a lot of bugs down the road :)