lint: Delete unnecessary eslint-disable-line comment

This commit is contained in:
Richard Hansen 2021-02-13 01:05:50 -05:00 committed by John McLear
parent d56a02c85a
commit 1c8a913411

View file

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