fisker Cheung
fisker Cheung
I've asked the typescript-eslint team about source type support, will post updates.
Currently, `typescript-eslint` is not able to pass a "source type", but it's confirmed that it should parse as module if file name is `.mts` or `.mjs`, see https://github.com/typescript-eslint/typescript-eslint/issues/9101
I think we already support enough formats. Anyway if we want support it, we need a different loader.
Because our `jsonc` parser won't able to format it.
We should NOT load invalid config file.
Blocked by https://github.com/mjeanroy/rollup-plugin-license/issues/1753
Thanks, it works.
Let's add them back.
Fixed by #16458
Have you seen https://github.com/prettier/prettier/issues/12209#issuecomment-1266950613?