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",
"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",

View file

@ -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": []
}