mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
52aac81829
This moves all prettier ignore rules to the prettier config
10 lines
182 B
JavaScript
10 lines
182 B
JavaScript
/**
|
|
* Configuration for the `ng-dev format` command.
|
|
*
|
|
* @type { import("@angular/ng-dev").FormatConfig }
|
|
*/
|
|
export const format = {
|
|
'prettier': true,
|
|
'buildifier': true,
|
|
};
|