You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
623 B
14 lines
623 B
declare const path: any; |
|
declare const fs: any; |
|
declare const isModuleResolutionError: (ex: unknown) => boolean; |
|
declare let eslintrcBundlePath: string | undefined; |
|
declare let configArrayFactoryPath: string | undefined; |
|
declare let moduleResolverPath: string | undefined; |
|
declare let eslintFolder: string | undefined; |
|
declare const eslintPackageJson: any; |
|
declare const eslintPackageObject: any; |
|
declare const eslintPackageVersion: any; |
|
declare const versionMatch: RegExpExecArray | null; |
|
declare const eslintMajorVersion: number; |
|
declare let ConfigArrayFactory: any; |
|
//# sourceMappingURL=modern-module-resolution.d.ts.map
|