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

@ -18,13 +18,15 @@
import { LazyComponent } from "@utils/misc";
import { proxyLazy } from "@utils/proxyLazy";
import {
_resolveReady,
filters, findByCode, findByCodeLazy, findByPropsLazy, mapMangledModule, mapMangledModuleLazy, waitFor
} from "@webpack";
import type Components from "discord-types/components";
import { User } from "discord-types/general";
import type Other from "discord-types/other";
import type Stores from "discord-types/stores";
import { _resolveReady, filters, findByCode, findByCodeLazy, findByPropsLazy, mapMangledModule, mapMangledModuleLazy, waitFor } from "./webpack";
export const Margins = findByPropsLazy("marginTop20");
export let FluxDispatcher: Other.FluxDispatcher;