From 1c8a9134118f8032721264dab9d989bba4934939 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sat, 13 Feb 2021 01:05:50 -0500 Subject: [PATCH] lint: Delete unnecessary `eslint-disable-line` comment --- src/tests/frontend/helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/frontend/helper.js b/src/tests/frontend/helper.js index 707a8b72c..8fbc28d0f 100644 --- a/src/tests/frontend/helper.js +++ b/src/tests/frontend/helper.js @@ -1,6 +1,6 @@ 'use strict'; -const helper = {}; // eslint-disable-line no-redeclare +const helper = {}; (() => { let $iframe;