oxc
oxc copied to clipboard
feat(typescript-lint): implement consistent indexed object style
implements https://typescript-eslint.io/rules/consistent-indexed-object-style/
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
Thanks to your effort on this rule, take your time!
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.
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.