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
Either add an option (e.g. a new cli argument) or change the default behavior of the tool to ensure a newline is added at the end of each generated file. This would be very helpful since many linting tools might report a missing newline at EOF as an error.
A common case where this is needed is described here: #1161.
💻 Basic example
From:
*
To:
*<--newlineaddedhere
The text was updated successfully, but these errors were encountered:
💡 Feature description
Either add an option (e.g. a new cli argument) or change the default behavior of the tool to ensure a newline is added at the end of each generated file. This would be very helpful since many linting tools might report a missing newline at EOF as an error.
A common case where this is needed is described here: #1161.
💻 Basic example
From:
*
To:
The text was updated successfully, but these errors were encountered: