Robert Kuykendall
Robert Kuykendall
So Mozilla has finally discontinued persona. I wasn't able to get the site up last time I tried, but will give it another kick this week. Am I the only...
Same here. Upgrading from 12 to 13 introduced circular references similar to below. The previous output: ```ts export interface Config { type?: | 'anExampleConfig' | 'anotherExampleConfig'; } export interface AnExampleConfig...
@NerijusD Are you able to provide another test case? Similarly, can you test [this fix](https://github.com/acacode/swagger-typescript-api/issues/564#issuecomment-1849846996) on your codebase?
I can confirm https://github.com/acacode/swagger-typescript-api/issues/564#issuecomment-1849846996 significantly reduced my errors from dozens to just 2. Perhaps someone here can make a PR with a test case and patch?
@pablo-olmedo-poex Does this fix your issue? https://github.com/acacode/swagger-typescript-api/issues/564#issuecomment-1849846996 If not, can you provide some examples?
> This fix just reduced the amount of errors from 10 to 4 😢 It seems like implementing this fix in a PR is something anyone in this thread could...
I think this may be a fix: https://github.com/wearerequired/lint-action/pull/799 I just had it only use ext if the argument is passed in. I can't tell how to test it or use...
I figured out how to use it in my repo but now I can't figure out how to make `eslint_extensions` optional.
Also, eslint_extensions defaults to JS, so we may have a problem there. I wonder if using a version check on eslint somehow is a better solution.