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
{{ message }}
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.
Some commands that modify package.json (e.g. ng update ... or ng add @angulatr/pwa (probably other ng add commands as well), remove an extra empty lines at the end of the file.
Desired functionality
Modifications in package.json should preserve empty lines. (Ideally, all whitespace should be preserved.)
Having an empty line at the end of each file is a common convention and removing such lines creates unnecessary noise in diffs. (Also note that other tools (e.g. yarn install) tend to add them back, which creates more unnecessary noise 😁)
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Area
Versions
All
Repro steps
Some commands that modify
package.json
(e.g.ng update ...
orng add @angulatr/pwa
(probably otherng add
commands as well), remove an extra empty lines at the end of the file.Desired functionality
Modifications in
package.json
should preserve empty lines. (Ideally, all whitespace should be preserved.)Having an empty line at the end of each file is a common convention and removing such lines creates unnecessary noise in diffs. (Also note that other tools (e.g.
yarn install
) tend to add them back, which creates more unnecessary noise 😁)The text was updated successfully, but these errors were encountered: