ref to other styleguide

This commit is contained in:
Florian Dold 2016-01-18 22:50:42 +01:00
parent 95b7f4b5da
commit 35d9279f78

View File

@ -45,3 +45,5 @@ constructors and avoid service locators.
Misc: Misc:
- Do not use ES6 template strings for constructing HTML, - Do not use ES6 template strings for constructing HTML,
use TSX/JSX literals instead. use TSX/JSX literals instead.
- For everything not covered here, stick to this style guide:
https://github.com/airbnb/javascript.