From 35d9279f78c60feffb7b08e369c0bae13fd8c239 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 18 Jan 2016 22:50:42 +0100 Subject: [PATCH] ref to other styleguide --- style.txt | 2 ++ 1 file changed, 2 insertions(+) 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.