style(common): enforce format on newly included files (#36940)
Historically files to be formatted were added to a listing (via matchers) to be included in formatting. Instead, this change begins efforts to instead include all files in format enforcement, relying instead on an opt out methodology. PR Close #36940
This commit is contained in:

committed by
Misko Hevery

parent
d3b5e5696f
commit
1bc807c81a
@ -9,11 +9,11 @@
|
||||
// THIS CODE IS GENERATED - DO NOT MODIFY
|
||||
// See angular/tools/gulp-tasks/cldr/extract.js
|
||||
|
||||
export type CurrenciesSymbols = [string] | [string | undefined, string];
|
||||
export type CurrenciesSymbols = [string]|[string | undefined, string];
|
||||
|
||||
/** @internal */
|
||||
export const CURRENCIES_EN:
|
||||
{[code: string]: CurrenciesSymbols | [string | undefined, string | undefined, number]} = {
|
||||
{[code: string]: CurrenciesSymbols|[string | undefined, string | undefined, number]} = {
|
||||
'ADP': [undefined, undefined, 0],
|
||||
'AFN': [undefined, undefined, 0],
|
||||
'ALL': [undefined, undefined, 0],
|
||||
|
Reference in New Issue
Block a user