mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-13 08:33:01 -04:00
enforce path aliases with eslint
This commit is contained in:
parent
bad96b7887
commit
a0a1a4d139
12 changed files with 593 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue