https://github.com/angular/angular
Revision 0465451e002d75404d0544b84f7ced7769425d21 authored by Renovate Bot on 24 February 2022, 21:46:10 UTC, committed by Jessica Janiuk on 24 February 2022, 22:55:12 UTC
1 parent 0debf84
Raw File
Tip revision: 0465451e002d75404d0544b84f7ced7769425d21 authored by Renovate Bot on 24 February 2022, 21:46:10 UTC
build: update all non-major dependencies (#45189)
Tip revision: 0465451
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top