Victorien Elvinger
Victorien Elvinger
Ready for merging
My reasoning was that a recommended [rule could disallow sequences](https://github.com/rome/tools/issues/3932) (except in for updates and init). This seems good enough to my taste. However, I can update the code to...
> One problem I could see is that this rule will be recommended, while the suggested rule `no-sequence` is not part of the recommended rules from ESLint. Makes sense. I...
Assigned :)
The rule should be referenced by #3953
@kaioduarte I am sorry I just noticed your comment. I thought that I was assigned to this issue. If you have already started the implementation, then I may withdraw my...
I would like to implement this rule. :)
I would like to implement this rule.
I have no answer for your issue. However, you can test your rule with a test. By default, there are in script mode if I am not wrong. You may...
@ematipico What the status of `noSelfAssign`? Are there some missing parts?