Skip to content

Commit

Permalink
Merge pull request #42 from cameronblandford/feature/update-airbnb-js…
Browse files Browse the repository at this point in the history
…-link

Update deprecated link to airbnb javascript styling
  • Loading branch information
sloria committed Aug 31, 2016
2 parents 79af0ba + ad9ce1d commit 0751eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/style_guides/javascript.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Style guidelines for writing Javascript.
Style
*****

Follow `Felix's Node Style <https://github.com/felixge/node-style-guide>`_ and `airbnb's Style Guide <https://github.com/airbnb/javascript/tree/master/es5>`_ with a few exceptions:
Follow `Felix's Node Style <https://github.com/felixge/node-style-guide>`_ and `airbnb's Style Guide <https://github.com/airbnb/javascript/tree/es5-deprecated/es5>`_ with a few exceptions:

- Use **4 spaces** for indentation.
- Use ``self`` to save a reference to ``this``.
Expand Down

0 comments on commit 0751eb8

Please sign in to comment.