eslint-remote-tester
Version:
Tool for running ESLint on multiple repositories
8 lines • 336 B
TypeScript
/**
* Application for CIs
* - Message and task updates are rendered directly to stdout due to ink not
* updating CIs actively. Only final render is printed -> `<Results />`
* - CI keep-alive messages are printed in order to avoid CIs timing out
*/
export default function AppCI(): JSX.Element;
//# sourceMappingURL=AppCI.d.ts.map