mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
update tslint.json to allow use of dangerouslySetInnerHTML in SessionHTMLRenderer
This commit is contained in:
parent
d7cc76f08e
commit
b1d8590a66
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue