Revision dcf737ee56545b03f8993436e72be791448a6822 authored by Ben Hong on 23 April 2024, 15:43:50 UTC, committed by Andrew Kushnir on 25 April 2024, 15:53:07 UTC
This PR sets a default state for cookie consent of 'denied'. The other part of the PR exists in the angular/dev-infra repo which will grant permission when the user accepts the cookie banner.

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