Is your feature request related to a problem?
Right now we only have a single method to ignore which is using prettier-ignore comment, the original repository supports sort-imports-ignore which will ignore a single file for sorting. I would like to have this feature implemented. I don't want to use a global prettier ignore as I need other prettier format
Describe the solution you'd like
Implement sort-imports-ignore
Describe alternatives you've considered
None
Is your feature request related to a problem?
Right now we only have a single method to ignore which is using prettier-ignore comment, the original repository supports
sort-imports-ignorewhich will ignore a single file for sorting. I would like to have this feature implemented. I don't want to use a global prettier ignore as I need other prettier formatDescribe the solution you'd like
Implement
sort-imports-ignoreDescribe alternatives you've considered
None