lint: Delete unnecessary `eslint-disable-line` comment

pull/4770/head
Richard Hansen 2021-02-13 01:05:50 -05:00 committed by John McLear
parent d56a02c85a
commit 1c8a913411
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
'use strict';
const helper = {}; // eslint-disable-line no-redeclare
const helper = {};
(() => {
let $iframe;