Is your feature request related to a problem?
Please describe a clear and concise description of what the problem is. E.g. I'm always frustrated when [...]
Currently, this plugin will remove empty line after HashBang.
#!/usr/bin/env node
-
import foo from 'bar';
Describe the solution you'd like
A clear and concise description of what you want to happen.
- Keep an empty line after HashBang, if it exists.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
- Enforce an empty line after HashBang.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem?
Please describe a clear and concise description of what the problem is. E.g. I'm always frustrated when [...]
Currently, this plugin will remove empty line after HashBang.
#!/usr/bin/env node - import foo from 'bar';Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.