From 43b5a9b5a4e6455419c0b8a706125bf4d21e603d Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 6 Feb 2020 12:04:17 -0800 Subject: [PATCH] Fix lint --- ts/util/lint/exceptions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/util/lint/exceptions.json b/ts/util/lint/exceptions.json index 79b0cf6ca3..bb4679ec30 100644 --- a/ts/util/lint/exceptions.json +++ b/ts/util/lint/exceptions.json @@ -9250,7 +9250,7 @@ "rule": "React-createRef", "path": "ts/components/conversation/Message.tsx", "line": " public audioRef: React.RefObject = React.createRef();", - "lineNumber": 177, + "lineNumber": 178, "reasonCategory": "usageTrusted", "updated": "2020-02-03T17:18:39.600Z" }, @@ -9258,7 +9258,7 @@ "rule": "React-createRef", "path": "ts/components/conversation/Message.tsx", "line": " > = React.createRef();", - "lineNumber": 181, + "lineNumber": 182, "reasonCategory": "usageTrusted", "updated": "2020-02-03T17:18:39.600Z" },