eslint-remote-tester
Version:
Tool for running ESLint on multiple repositories
15 lines • 877 B
TypeScript
/** Directory where repositories are cloned to */
export declare const CACHE_LOCATION: string;
/** Directory where results are generated in to */
export declare const RESULTS_LOCATION = "./eslint-remote-tester-results";
/** Directory name where comparison results are generated in to */
export declare const RESULTS_COMPARE_DIR = "comparison-results";
/** Directory name where comparison results are generated in to */
export declare const RESULTS_COMPARE_LOCATION = "./eslint-remote-tester-results/comparison-results";
/** Cache JSON for previous scan results */
export declare const RESULT_COMPARISON_CACHE = ".comparison-cache.json";
/** Location for result comparison cache */
export declare const RESULTS_COMPARISON_CACHE_LOCATION: string;
/** Base URL for repository cloning */
export declare const URL = "https://github.com";
//# sourceMappingURL=file-constants.d.ts.map