From 72c72a2ec19dce4e08e3b60cbb351dea1cea4716 Mon Sep 17 00:00:00 2001 From: Niel Rohling Date: Thu, 18 Apr 2019 01:25:19 +0200 Subject: [PATCH] updated tslint config ang manifest description --- public/manifest.json | 16 +++++++--------- tslint.json | 3 ++- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 1f2f141..391d3df 100755 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,13 +1,11 @@ { - "short_name": "React App", - "name": "Create React App Sample", - "icons": [ - { - "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" - } - ], + "short_name": "TS Viewer", + "name": "TS Viewer", + "icons": [{ + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + }], "start_url": ".", "display": "standalone", "theme_color": "#000000", diff --git a/tslint.json b/tslint.json index e120584..397ac68 100644 --- a/tslint.json +++ b/tslint.json @@ -13,7 +13,8 @@ "jsx-no-lambda": false, "jsx-boolean-value": false, "member-access": false, - "no-console": false + "no-console": false, + "strict-type-predicates": false }, "rulesDirectory": [] }