79420803

Date: 2025-02-07 12:01:34
Score: 3
Natty:
Report link

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.

Reasons:
  • Blacklisted phrase (1): this plugin
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): see this link
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Lastik