azat-io / eslint-plugin-perfectionist

🦄 ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.
https://eslint-plugin-perfectionist.azat.io
MIT License
1.64k stars 29 forks source link

Bug: add `side-effect` import group to docs #47

Closed ai closed 9 months ago

ai commented 10 months ago

Describe the bug

sort-imports docs doesn’t have anything about side-effect group

Code example

N/A

ESLint version

N/A

ESLint Plugin Perfectionist version

v1.5.0

Additional comments

No response

Validations

azat-io commented 10 months ago

There is example of side-effect import.

What information do you think is missing?

ai commented 10 months ago

Hm, I didn't find group in https://eslint-plugin-perfectionist.azat.io/rules/sort-imports#groups because groups was not sorted like it was in default options (I expected it and look for built-in in the top of the list).

azat-io commented 9 months ago

The builtin group seems to be at the top of the list in the documentation at the moment.