Revision 3c62c70caf56071f695461e45acfa9069261bc40 authored by Alan Agius on 24 November 2022, 07:56:21 UTC, committed by Andrew Scott on 29 November 2022, 20:29:46 UTC
With this change we update the cross-repo dependencies to the latest stable version

PR Close #48216
1 parent fb4f228
Raw File
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top