Skip to content
José Menor edited this page Jun 30, 2015 · 4 revisions

Welcome to the javascript wiki!

What is this?

This is a way to keep our javascript code consistent between projects. It is forked from Airbnb style guide, and the good thing is that it is published as a module in npm, so we can do npm i --save-dev eslint-config-resmio in any project and we get our linting rules included in the project.

How does it work?

As this is forked, this is how we integrate the changes from the airbnb repo remember to update the version number on package.json, or you won't be able to update the module in npm. Once changes are merged, from root directory and publish-to-npm branch run npm run publish-all this will publish the entire style guide and also the eslint-config.

Clone this wiki locally