From f2b7ed44593e7eb076815a263aa6662d302423b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20D=C4=9Bdi=C4=8D?= Date: Wed, 23 Dec 2020 00:05:28 +0100 Subject: [PATCH] Lint fix --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 4cb0e778..c17b4605 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -43,6 +43,7 @@ "globals": { "google": "readonly", "ListResponse": "readonly", + "MoveError": "readonly", "MoveResponse": "readonly", "NamedRecord": "readonly" }