eslint-config
eslint-config copied to clipboard
Expose the internalPattern option of the "perfectionist/sort-imports" rule
Clear and concise description of the problem
Perfectionist has internalPattern
option of the sort-imports
rule with a default value of ~/*
. It would be nice to be able to configure it.
Suggested solution
Expose the option to the main options object.
Alternative
No response
Additional context
No response
Validations
- [X] Follow our Code of Conduct
- [X] Read the Contributing Guide.
- [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.