Samuel T.
Samuel T.
Crosslinking https://github.com/typescript-eslint/typescript-eslint/issues/8102 and https://github.com/eslint-stylistic/eslint-stylistic/issues/238 as it is stuck in this weird limbo of "Stylistic, but still in core, so no one touches it"
How about a "avoidEscape" equivalent ? https://eslint.org/docs/latest/rules/quotes#options We use `preferSingle`, but sometimes a backtick is needed to avoid escaping both `'` and `"` in a string. Then I could turn...
FWIW, `etc/no-deprecated` and `etc/no-internal` are currently at the top slowest rules in a project where ESLint is noticeably slow. Not sure if related or if I should open a new...
@jaufgang : Unless I'm completely missing something, indeed it should already be possible. Feel free to close if you find that's the case for you.
I see more defaults have been added, some of which were in my list. I've updated the issue description.
Is this closed by https://github.com/angular-eslint/angular-eslint/pull/1320 or is there more to do ?
Looking at https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/src/rules/i18n.ts#L219-L222 , it seems like this already works in an "extending base configs" way? If this is right, then please close this issue Edit: Quick test seems to...
I'll see if I have the bandwidth to work on this. But probably not until next year. It should only apply to classes decorated with `Component` and `Injectable` right? I...
Hi. I'd like to use `@typescript-eslint/eslint-plugin`'s [class-methods-use-this](https://github.com/eslint/eslint/blob/main/docs/src/rules/class-methods-use-this.md) added in 6.2, but I'm blocked on `eslint-plugin-total-functions`'s version pin.
I should note that if you currently have rules with conflicting or broken autofixes (but where you can manually arrange your code to satisfy both), you can disable some autofixes...