update tslint.json to allow use of dangerouslySetInnerHTML in SessionHTMLRenderer

This commit is contained in:
Audric Ackermann 2019-12-13 15:04:37 +11:00
parent d7cc76f08e
commit b1d8590a66

View file

@ -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": "<unknown>",
"comment": "Usage has been approved by Maxim on 13 Dec 2019"
}
],
// Reasonable functions can exceed the default of 100 lines