updated tslint config ang manifest description

This commit is contained in:
Niel 2019-04-18 01:25:19 +02:00
parent 529bc8bfb9
commit 72c72a2ec1
2 changed files with 9 additions and 10 deletions

View file

@ -1,13 +1,11 @@
{ {
"short_name": "React App", "short_name": "TS Viewer",
"name": "Create React App Sample", "name": "TS Viewer",
"icons": [ "icons": [{
{
"src": "favicon.ico", "src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16", "sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon" "type": "image/x-icon"
} }],
],
"start_url": ".", "start_url": ".",
"display": "standalone", "display": "standalone",
"theme_color": "#000000", "theme_color": "#000000",

View file

@ -13,7 +13,8 @@
"jsx-no-lambda": false, "jsx-no-lambda": false,
"jsx-boolean-value": false, "jsx-boolean-value": false,
"member-access": false, "member-access": false,
"no-console": false "no-console": false,
"strict-type-predicates": false
}, },
"rulesDirectory": [] "rulesDirectory": []
} }