enforce path aliases with eslint

This commit is contained in:
Vendicated 2022-11-28 13:58:14 +01:00
parent bad96b7887
commit a0a1a4d139
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
12 changed files with 593 additions and 25 deletions

View file

@ -16,12 +16,12 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import ErrorBoundary from "@components/ErrorBoundary";
import { findByCodeLazy } from "@webpack";
import { Forms, Router, Text } from "@webpack/common";
import cssText from "~fileContent/settingsStyles.css";
import ErrorBoundary from "../ErrorBoundary";
import BackupRestoreTab from "./BackupRestoreTab";
import PluginsTab from "./PluginsTab";
import Updater from "./Updater";