update tslint.json to allow use of dangerouslySetInnerHTML in SessionHTMLRenderer

pull/691/head
Audric Ackermann 5 years ago
parent d7cc76f08e
commit b1d8590a66

@ -141,9 +141,9 @@
"react-no-dangerous-html": [ "react-no-dangerous-html": [
true, true,
{ {
"file": "ts/components/conversation/Linkify.tsx", "file": "ts/components/session/SessionHTMLRenderer.tsx",
"method": "render", "method": "<unknown>",
"comment": "Usage has been approved by Ryan Tharp on 2019-07-22" "comment": "Usage has been approved by Maxim on 13 Dec 2019"
} }
], ],
// Reasonable functions can exceed the default of 100 lines // Reasonable functions can exceed the default of 100 lines

Loading…
Cancel
Save