Abraham Guo
Abraham Guo
@JoshuaKGoldberg should this be going into `main` or `v8`? I wasn't sure since in [#8211](https://github.com/typescript-eslint/typescript-eslint/issues/8211#issue-2069340518) @bradzacher mentioned this could be merged in ahead of `v8`.
@JoshuaKGoldberg one curiosity question — how is this port of `RuleTester` unit-tested? I was surprised to not see a copy of all ESLint's unit tests against this class, and that...
There are about 10-20 rules in `eslint-plugin` which have duplicate tests. Most of them seem to be merging multiple combinations of auto-generated tests together. I'm working on fixing them, but...
Is this something I could work on?
Wouldn't this suffer from the same problem — `foo` could still be a `string`, `Set`, etc. — and so `[...foo].sort()` cannot be reported either?
Sure thing! I'd like to be able to use the stylistic rules from `@stylistic/eslint-plugin` that are unaffected by Prettier (the specific rules are listed above), while still using this to...
Great question! Two answers: 1. Yes, I think it'd be good to have an exhaustive list of the ones that do conflict, especially since the list is the same as...
Totally fair, makes sense! I anticipated you might comment about that, since it was a very different style than what was in that file before. I'll go ahead and do...
I've mostly completed this — I just need to figure out how to get the tests working properly. It's very confusing because there are five different stylistic plugins — `js`,...
I will see if I can get this finished up!