taler-typescript-core

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

commit 420a5ba23a83bb4e60a1b76e2605205e1c481551
parent bf52d4b844cbcd9d6b7e25b5c4f004c8a3f0f891
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed, 26 Jun 2019 15:29:59 +0200

add config for code formatter (prettier)

Diffstat:
A.prettierrc | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/.prettierrc b/.prettierrc @@ -0,0 +1,6 @@ +{ + "trailingComma": "all", + "tabWidth": 2, + "semi": true, + "singleQuote": false +} +\ No newline at end of file