Remove unused lint-deps exception

This commit is contained in:
Scott Nonnenberg 2021-02-04 14:59:13 -08:00
parent 819554f6b3
commit e8b6f15ff5

View file

@ -14933,15 +14933,6 @@
"updated": "2019-11-01T22:46:33.013Z",
"reasonDetail": "Used for setting focus only"
},
{
"rule": "React-useRef",
"path": "ts/components/emoji/EmojiPicker.js",
"line": " const focusRef = React.useRef(null);",
"lineNumber": 53,
"reasonCategory": "usageTrusted",
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Only used to focus the element."
},
{
"rule": "React-createRef",
"path": "ts/components/stickers/StickerManager.js",