Skip to content

Commit c3d70bc

Browse files
committed
build: simplify format configuration and update ng-dev dependency
The matchers option has been removed.
1 parent 5d85f41 commit c3d70bc

File tree

3 files changed

+136
-132
lines changed

3 files changed

+136
-132
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.0.3",
5555
"@angular/localize": "21.0.3",
5656
"@angular/material": "21.0.2",
57-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#707d83fe0dbc0cc290f5ab6cfb551888738848b7",
57+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9037bb2813539aab76b41abd85ea690e0d839e4a",
5858
"@angular/platform-browser": "21.0.3",
5959
"@angular/platform-server": "21.0.3",
6060
"@angular/router": "21.0.3",

0 commit comments

Comments
 (0)