Build fail Fix for NG-UI
* Updated angular from 9 to 11
Change-Id: I935283cbef382288d9d7dcfe9af125b0020f059e
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
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,