Lint fixes

This commit is contained in:
Scott Nonnenberg 2020-07-01 11:05:41 -07:00
parent 1503053496
commit 2e01c9fb87
3 changed files with 7 additions and 5 deletions

View file

@ -11435,7 +11435,7 @@
"rule": "DOM-innerHTML",
"path": "ts/components/CompositionArea.tsx",
"line": " el.innerHTML = '';",
"lineNumber": 71,
"lineNumber": 73,
"reasonCategory": "usageTrusted",
"updated": "2019-12-16T14:36:25.614ZZ",
"reasonDetail": "Our code, no user input, only clearing out the dom"