diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-01-18 22:50:42 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-01-18 22:50:42 +0100 |
commit | 35d9279f78c60feffb7b08e369c0bae13fd8c239 (patch) | |
tree | 6cfc4756a0def10322dbd7b79f25d327c938b762 /style.txt | |
parent | 95b7f4b5dab6ab42f3750a916815a595befd11cd (diff) |
ref to other styleguide
Diffstat (limited to 'style.txt')
-rw-r--r-- | style.txt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,3 +45,5 @@ constructors and avoid service locators. Misc: - Do not use ES6 template strings for constructing HTML, use TSX/JSX literals instead. +- For everything not covered here, stick to this style guide: + https://github.com/airbnb/javascript. |