From b1d8590a666a9c9c8c2acb86a74a2043eee65a97 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Fri, 13 Dec 2019 15:04:37 +1100 Subject: [PATCH] update tslint.json to allow use of dangerouslySetInnerHTML in SessionHTMLRenderer --- tslint.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tslint.json b/tslint.json index b114819d2..84c0bb5c3 100644 --- a/tslint.json +++ b/tslint.json @@ -141,9 +141,9 @@ "react-no-dangerous-html": [ true, { - "file": "ts/components/conversation/Linkify.tsx", - "method": "render", - "comment": "Usage has been approved by Ryan Tharp on 2019-07-22" + "file": "ts/components/session/SessionHTMLRenderer.tsx", + "method": "", + "comment": "Usage has been approved by Maxim on 13 Dec 2019" } ], // Reasonable functions can exceed the default of 100 lines