import-sort icon indicating copy to clipboard operation
import-sort copied to clipboard

eslint sorting without newline group seperators

Open jackson-dean opened this issue 3 years ago • 0 comments

Would you be open to a PR with an eslint sorter that does not introduce newlines between import groups? The reason is I am working on a project that enforces the default eslint import sort rule as an error, but the team has thus far just managed it manually so there are quite a few existing files that are sorted but the convention has been not to have newlines between groups. So if I start sorting them using this package via https://marketplace.visualstudio.com/items?itemName=amatiasq.sort-imports it introduces some undesirable changes to commits.

jackson-dean avatar Nov 11 '21 15:11 jackson-dean