forked from airbnb/javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
José Menor edited this page Jun 30, 2015
·
4 revisions
Welcome to the javascript wiki!
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.
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.