After reading this article, you’ll know:
Why it’s a good idea to have consistent code style Which style guide we recommend for JavaScript code How to set up ESLint to check code style automatically Style suggestions for Meteor-specific patterns, such as Methods, publications, and more
Benefits of consistent style
Countless hours have been spent by developers throughout the years arguing over single vs. double quotes, where to put brackets, how many spaces to type, and all kinds of other cosme