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
Environment: Windows Terminal with Git bash profile.
Current result
The following generated files have a missing final newline:
.vscode/settings.json # This one is generated by the `ng add @o3r/eslint-config` command
apps/app/package.json # The rest of the files were generated by the `npm create` of the `ng g app/lib` commands
apps/app/tsconfig.app.json
apps/app/tsconfig.spec.json
lerna.json
libs/lib/ng-package.json
libs/lib/package.json
libs/lib/tsconfig.lib.json
.vscode/extensions.json
angular.json
tsconfig.json
Expected result
It would be nice if we could generate the files with the final newline.
Additional comments
No response
The text was updated successfully, but these errors were encountered:
Package name
core
Package version
11.6.0-rc.2
Reproduction steps
Create a project with @o3r/create, then generate an app and a lib using version 11.6.0-rc.2:
Add the estlint config using the o3r schematics:
Environment: Windows Terminal with Git bash profile.
Current result
The following generated files have a missing final newline:
Expected result
It would be nice if we could generate the files with the final newline.
Additional comments
No response
The text was updated successfully, but these errors were encountered: