eslint-remote-tester
Version:
Tool for running ESLint on multiple repositories
9 lines • 324 B
TypeScript
export declare const REFRESH_INTERVAL_MS = 200;
/**
* Currently active tasks of the scan
* - Due to high frequency of `ProgressLogger`'s `task` events re-renders are
* limited by `REFRESH_INTERVAL_MS`.
* - Displayed only on CLI mode
*/
export default function Tasks(): JSX.Element;
//# sourceMappingURL=Tasks.d.ts.map