lint: Delete unnecessary `eslint-disable-line` comment
parent
d56a02c85a
commit
1c8a913411
|
@ -1,6 +1,6 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const helper = {}; // eslint-disable-line no-redeclare
|
const helper = {};
|
||||||
|
|
||||||
(() => {
|
(() => {
|
||||||
let $iframe;
|
let $iframe;
|
||||||
|
|
Loading…
Reference in New Issue