source: frontend/node_modules/@rushstack/eslint-patch/lib-dts/_patch-base.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 507 bytes
RevLine 
[9af201e]1declare const isModuleResolutionError: (ex: unknown) => boolean;
2declare let eslintFolder: string | undefined;
3export declare const eslintPackageVersion: string;
4declare const ESLINT_MAJOR_VERSION: number;
5declare let configArrayFactory: any;
6declare let ModuleResolver: {
7 resolve: any;
8};
9declare let Naming: {
10 normalizePackageName: any;
11};
12export { eslintFolder, configArrayFactory, ModuleResolver, Naming, ESLINT_MAJOR_VERSION, isModuleResolutionError };
13//# sourceMappingURL=_patch-base.d.ts.map
Note: See TracBrowser for help on using the repository browser.