go-ike / ike

1 stars 1 forks source link

Javascript linting #3

Open mateusnroll opened 7 years ago

mateusnroll commented 7 years ago

A good project is a project with a consistent code base. The #1 Editorconfig issue already takes care of half the problem, standardising the editor configurations.

To go even further, a good option is to install XO and let it do the linting for us. I'm always a big fan of smart defaults than configuration. And XO excels at it,

XO example

What's good