eslint-remote-tester
Version:
Tool for running ESLint on multiple repositories
10 lines (9 loc) • 454 B
JavaScript
/**
* Undocumented private API for Github CI actions:
* - `eslint-remote-tester-compare-action`
* - `eslint-remote-tester-run-action`
*/
export { RESULT_PARSER_TO_COMPARE_TEMPLATE, } from './file-client/result-templates.js';
export { RESULT_COMPARISON_CACHE, RESULTS_COMPARISON_CACHE_LOCATION, } from './file-client/file-constants.js';
export { default as validateConfig } from './config/validator.js';
export { loadConfig } from './config/load.js';