aboutsummaryrefslogtreecommitdiff
path: root/style.txt
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-18 22:50:42 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-18 22:50:42 +0100
commit35d9279f78c60feffb7b08e369c0bae13fd8c239 (patch)
tree6cfc4756a0def10322dbd7b79f25d327c938b762 /style.txt
parent95b7f4b5dab6ab42f3750a916815a595befd11cd (diff)
downloadwallet-core-35d9279f78c60feffb7b08e369c0bae13fd8c239.tar.xz
ref to other styleguide
Diffstat (limited to 'style.txt')
-rw-r--r--style.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/style.txt b/style.txt
index 5fc830cc6..d6d96cb7d 100644
--- a/style.txt
+++ b/style.txt
@@ -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.