jesperhodge / fabricator

A project management tool to coordinate open source teams.
3 stars 1 forks source link

Setup Rubocop and ESLint #19

Open jesperhodge opened 6 years ago

jesperhodge commented 6 years ago

I would like to use rubocop and eslint as coding styleguides, do you have any special preference about some settings?

angelocordon commented 6 years ago

I personally just follow Standard for ESLint as I found AirBnB to be a bit too intense 😅 However, since this project is going to be using React - I'm not sure if AirBnB's style guide is better suited for that.

👍 on Rubocop as well.