Remove unused eslint compat rule

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2022-05-24 11:12:47 +02:00
parent db8ccf4a24
commit 7cfca502bc
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -29,7 +29,6 @@ function eventsource() {
return;
}
// eslint-disable-next-line compat/compat
var source = new EventSource("scripts/pi-hole/php/debug.php?&token=" + token + "&" + checked);
// Reset and show field
-1
View File
@@ -17,7 +17,6 @@ function eventsource() {
return;
}
// eslint-disable-next-line compat/compat
var source = new EventSource("scripts/pi-hole/php/gravity.sh.php");
ta.html("");
-1
View File
@@ -53,7 +53,6 @@ function eventsource() {
return;
}
// eslint-disable-next-line compat/compat
var source = new EventSource(
"scripts/pi-hole/php/queryads.php?domain=" + domain.toLowerCase() + "&" + exact
);