Skip to content

Commit 9a8ea6b

Browse files
committed
build: simplify format configuration and update ng-dev dependency
The matchers option has been removed.
1 parent 78f9013 commit 9a8ea6b

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

.ng-dev/format.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* @type { import("@angular/ng-dev").FormatConfig }
55
*/
66
export const format = {
7-
'prettier': {
8-
matchers: ['**/*.{mts,cts,ts,mjs,cjs,js,json,yml,yaml,md}'],
9-
},
7+
'prettier': true,
108
'buildifier': true,
119
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@angular/forms": "21.1.0-next.1",
5555
"@angular/localize": "21.1.0-next.1",
5656
"@angular/material": "21.1.0-next.1",
57-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a6bcef88323031f5c157227705792019833c5c08",
57+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9037bb2813539aab76b41abd85ea690e0d839e4a",
5858
"@angular/platform-browser": "21.1.0-next.1",
5959
"@angular/platform-server": "21.1.0-next.1",
6060
"@angular/router": "21.1.0-next.1",

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)