Add prettier and format the code (#242)

* prettier

* linter

* add prettier, and format the code

* make the travis pass

Signed-off-by: Daniel Maricic <daniel@woss.io>

* travis to make a build

Signed-off-by: Daniel Maricic <daniel@woss.io>

* tslint and prettier + travis

Signed-off-by: Daniel Maricic <daniel@woss.io>

* useless setting, we use spaces

Signed-off-by: Daniel Maricic <daniel@woss.io>

* backend tests added to the travis

Signed-off-by: Daniel Maricic <daniel@woss.io>
This commit is contained in:
Daniel Maricic
2020-03-31 16:14:48 +02:00
committed by GitHub
parent b9853be186
commit 20a0283380
54 changed files with 2043 additions and 692 deletions
+2
View File
@@ -14,6 +14,8 @@
"scripts": {
"deploy": "scripts/deploy.sh",
"build:all": "scripts/build-all.sh",
"check:frontend": "cd packages/frontend; yarn pretty:check",
"check:all": "yarn check:common && yarn check:frontend",
"start:frontend": "scripts/start-frontend.sh",
"build:frontend": "scripts/build-frontend.sh",
"build:common": "tsc -p packages/common",