https://github.com/angular/angular
Revision 47d674055aae2711fcf6d9470d279ba83122e012 authored by Paul Gschwendtner on 07 May 2024, 12:32:01 UTC, committed by GitHub on 07 May 2024, 12:32:01 UTC
Fixes an invalid link to the developer preview section.
1 parent 77ae5a3
Raw File
Tip revision: 47d674055aae2711fcf6d9470d279ba83122e012 authored by Paul Gschwendtner on 07 May 2024, 12:32:01 UTC
docs: properly link to developer preview section
Tip revision: 47d6740
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "embeddedLanguageFormatting": "off",
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top