https://github.com/angular/angular
Revision 7005da9c0fea03e205c2f22de91cd2b9b5cd0121 authored by Andrew Kushnir on 03 May 2022, 18:02:21 UTC, committed by Dylan Hunn on 03 May 2022, 22:48:26 UTC
This commit updates the PullApprove config to decrease the number of required reviews from `public-api` and `size-tracking` group members.

PR Close #45855
1 parent 410d81f
Raw File
Tip revision: 7005da9c0fea03e205c2f22de91cd2b9b5cd0121 authored by Andrew Kushnir on 03 May 2022, 18:02:21 UTC
ci: decrease the number of required `public-api` and `size-tracking` reviews (#45855)
Tip revision: 7005da9
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top