X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tslint.json;h=62ff200a240a32d6e2761426332ebbb98058db40;hb=46ca13106a9dfe425491edf087e0f31897c19897;hp=ba584e0a130ca22ed4bd456b69d083ae890f9923;hpb=3b4814aa2d3dec621dadb52f058ba95a3dc3a86a;p=osm%2FNG-UI.git diff --git a/tslint.json b/tslint.json index ba584e0..62ff200 100644 --- a/tslint.json +++ b/tslint.json @@ -24,6 +24,9 @@ "no-inner-html": true, "no-octal-literal": true, "no-reserved-keywords": true, + "deprecation": { + "severity": "warning" + }, "no-string-based-set-immediate": true, "no-string-based-set-interval": true, "no-string-based-set-timeout": true, @@ -245,14 +248,11 @@ "no-missing-visibility-modifiers": false, "no-multiple-var-decl": false, "no-switch-case-fall-through": true, - //As of 2017-08-21 'no-unused-variable' doesn't work well with generics, disabled for now - "no-unused-variable": false, "typeof-compare": true, "no-inferred-empty-object-type": true, "await-promise": true, "no-floating-promises": true, "no-for-in-array": true, - "no-use-before-declare": true, "promise-function-async": true, "completed-docs": [ true,