Azat S.
Azat S.
There might be a problem with @typescript-eslint/parser. Could you tell me what version you have installed? And which package manager are you using?
Can you create a repository and reproduce the problem? ESLint Plugin Perfectionist uses TypeScript ESLint v6+.
@hogan0520 Can you create a small repository and reproduce the problem? That would help me a lot to fix the problem.
@hogan0520 Yes, perhaps we should more rigorously specify the version of `@typescript-eslint`. Thank you
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
That's a cool idea. I think we should add that.
@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.