mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
lint: Delete unnecessary eslint-disable-line
comment
This commit is contained in:
parent
d56a02c85a
commit
1c8a913411
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const helper = {}; // eslint-disable-line no-redeclare
|
const helper = {};
|
||||||
|
|
||||||
(() => {
|
(() => {
|
||||||
let $iframe;
|
let $iframe;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue