Unfortunately, there is no ready to use plugin to achieve it. But it still might be done by using custom-made eslint plugin.
Please, have a look at eslint-plugin-import
plugin, it's new-line-after-import
rule (see this link). This rule only supports new line addition (lines count > 0). But you might just create your own plugin. It's totally achievable by using this plugin's source code as a starting point.