Results 217 comments of Azat S.

Thank you for your issue! The bug was fixed in 09900aaec7aba76f438c4a910639c3b9fc10832d and released in [v3.0.0](https://github.com/azat-io/eslint-plugin-perfectionist/releases/tag/v3.0.0). If you'd like, you can support the release with a retweet: https://x.com/azat_io_en/status/1815367279191761054

@Pyrolistical Yes, thank you for the comment. Safety is our priority.

Thank you for your issue! It was a great idea. If you have any more suggestions for improving the plugin, feel free to create a new issue. This feature was...

You can create your own groups like this: ```js "perfectionist/sort-interfaces": [ "error", { groups: [ "unknown", ["get-functions", "set-functions"], ], "custom-groups": { "get-functions": "get*", "set-functions": "set*", } } ] ``` Does...

We have decided to leave the current implementation of the rule work.