Michael Hladky
Michael Hladky
@vmasek lets close it
```ts export async function crawlFileSystemAndLoad(options: { file: ['**/tmp/**', '(search|test).component.ts', (path: string) => boolean ], // is Angular inline styles present content: [string | RegExp, (content: string) => boolean] }) =>...
@matejchalk We can close this one in favour of #247 ?
is the remaining part: > The stdout format should be removed. We will always have some output, but some of it will be behind --verbose flag. ?
Thanks for the clarification!
[#163](https://github.com/code-pushup/cli/issues/163)
Nearly all of the above failed runs form [revert nx-global setup](https://github.com/code-pushup/cli/pull/798/commits/fcaf0d337491ee7dad3e5a7faecca63d35b29fdd) on are format checks.
Some additional info: - The reason to not switch to ESM is the effort it takes. The bet it on latest node features and a future execution of TS directly....
Close this as we need plugin for `--cache` options automation. see #1059
The problem I see here is we would either loose options parsing or have to implement very complicated schema fitting all commands. I can try to come up with a...