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
After converting a CLI app into an nx one via https://nrwl.io/nx/guide-nx-workspace#convert-an-angularcli-project-to-an-nx-workspace my package.json & .angular-cli.json are missing empty lines at their ends. Many editors add such an empty line automatically as it reduces noise in Git diffs (otherwise adding a line at the end creates a difference in two lines as a line break is counted into the preceding line).
Most tools like npm or Yarn generate JSON files with a trailing new line as well so it'd be good to align.
The text was updated successfully, but these errors were encountered:
After converting a CLI app into an nx one via https://nrwl.io/nx/guide-nx-workspace#convert-an-angularcli-project-to-an-nx-workspace my
package.json
&.angular-cli.json
are missing empty lines at their ends. Many editors add such an empty line automatically as it reduces noise in Git diffs (otherwise adding a line at the end creates a difference in two lines as a line break is counted into the preceding line).Most tools like npm or Yarn generate JSON files with a trailing new line as well so it'd be good to align.
The text was updated successfully, but these errors were encountered: