diff options
Diffstat (limited to 'Timeline/ClientApp/tslint.json')
-rw-r--r-- | Timeline/ClientApp/tslint.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/tslint.json b/Timeline/ClientApp/tslint.json index 3ea984c7..dcc5f765 100644 --- a/Timeline/ClientApp/tslint.json +++ b/Timeline/ClientApp/tslint.json @@ -64,7 +64,7 @@ "ignore-params" ], "no-misused-new": true, - "no-non-null-assertion": true, + "no-non-null-assertion": false, "no-shadowed-variable": true, "no-string-literal": false, "no-string-throw": true, |