fix: port eslint config

This commit is contained in:
Aravinth Manivannan
2025-10-02 14:19:22 +05:30
parent 3c0ed48aac
commit 60a6ad92d9
12 changed files with 4561 additions and 2728 deletions

View File

@@ -2,6 +2,7 @@
// SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
"use strict";
import isBlankString from "./isBlankString";
import {mockAlert} from "../setUpTests";
@@ -9,7 +10,6 @@ import {mockAlert} from "../setUpTests";
import setup from "../components/error/setUpTests";
"use strict";
mockAlert();