-
Notifications
You must be signed in to change notification settings - Fork 6.8k
build: update dev-infra package and format json files with prettier #24303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
e1dbe00
to
9360f5f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
9360f5f
to
e9db99e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM other than the lint failure in devkit-migration.ts
.
7bbed06
to
15f2ba4
Compare
With the latest build of the shared dev-infra tool, we have enabled `.json` file formatting by default if the `prettier` formatter is configured in `.ng-dev/format.ts`. This commit formats all JSON files to ensure lint/the format check continues to pass.
15f2ba4
to
321667c
Compare
…24303) * build: update angular shared dev-infra code * refactor: format all json files with `ng-dev format` command With the latest build of the shared dev-infra tool, we have enabled `.json` file formatting by default if the `prettier` formatter is configured in `.ng-dev/format.ts`. This commit formats all JSON files to ensure lint/the format check continues to pass. Co-authored-by: Renovate Bot <[email protected]> (cherry picked from commit cff93c8)
…ngular#24303) * build: update angular shared dev-infra code * refactor: format all json files with `ng-dev format` command With the latest build of the shared dev-infra tool, we have enabled `.json` file formatting by default if the `prettier` formatter is configured in `.ng-dev/format.ts`. This commit formats all JSON files to ensure lint/the format check continues to pass. Co-authored-by: Renovate Bot <[email protected]>
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Updates the dev-infra package and formats all
.json
files. Theng-dev format
command willformat
.json
files by default when prettier is enabled.cc. @Splaktar