taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 35d9279f78c60feffb7b08e369c0bae13fd8c239
parent 95b7f4b5dab6ab42f3750a916815a595befd11cd
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 18 Jan 2016 22:50:42 +0100

ref to other styleguide

Diffstat:
Mstyle.txt | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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.