You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I think it could be considered a "bugfix", though we might want to release in a minor. Even prettier itself allows formatting changes between versions. We should make our stance explicit in the README, though...
Yes, but that's how we ended up with a bajillion options previously, and we worked hard to remove them. Prettier itself is opinionated and has very few options, and we want to follow that same philosophy.
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.
The text was updated successfully, but these errors were encountered: