aboutsummaryrefslogtreecommitdiff
path: root/style.txt
diff options
context:
space:
mode:
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.