We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6edd468 commit 01292a1Copy full SHA for 01292a1
.ng-dev/format.mts
@@ -6,5 +6,7 @@ import {FormatConfig} from '@angular/ng-dev';
6
*/
7
export const format: FormatConfig = {
8
buildifier: true,
9
- prettier: true,
+ prettier: {
10
+ matchers: ['**/*.{js,ts,mts,mjs,json}', '!.yarn/**'],
11
+ },
12
};
0 commit comments