oxc icon indicating copy to clipboard operation
oxc copied to clipboard

feat(typescript-lint): implement consistent indexed object style

Open todor-a opened this issue 9 months ago • 1 comments

implements https://typescript-eslint.io/rules/consistent-indexed-object-style/

todor-a avatar Apr 29 '24 06:04 todor-a

CodSpeed Performance Report

Merging #3126 will not alter performance

Comparing todor-a:feat-consistent-indexed-object-style (af5b277) with main (6078a6d)

Summary

✅ 22 untouched benchmarks

codspeed-hq[bot] avatar Apr 29 '24 18:04 codspeed-hq[bot]

Thanks to your effort on this rule, take your time!

mysteryven avatar May 19 '24 13:05 mysteryven

Hey, @mysteryven. After some more tinkering I think finally did it. Have another look when you get a chance and let me know what you think.

P.S. I managed to implement a fixer only for one of the settings. I will try to implement it for the other one as well but if not, we can log a separate task.

todor-a avatar May 24 '24 16:05 todor-a

I will try to implement it for the other one as well but if not, we can log a separate task.

I gonna to merge this first, let's iterate it later :)

And thanks again for all your work.

mysteryven avatar May 25 '24 08:05 mysteryven