refactor: drop eslint config love (#1341)

* Drop eslint config love

* More eqeqeq

* Even more
This commit is contained in:
Tony
2024-05-18 17:00:09 +08:00
committed by GitHub
parent d92a6f4439
commit e1d06b93b7
21 changed files with 32 additions and 60 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import { invoke } from "@tauri-apps/api/core";
function openLinks(): void {
document.querySelector("body")?.addEventListener("click", function (e) {
let target: HTMLElement | null = e.target as HTMLElement;
while (target != null) {
while (target) {
if (target.matches("a")) {
const t = target as HTMLAnchorElement;
if (