UNPKG

eslint-remote-tester

Version:
10 lines (9 loc) 454 B
/** * 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';