Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set astroAllowShorthand to default off #143

Merged
merged 4 commits into from
Mar 28, 2022
Merged

set astroAllowShorthand to default off #143

merged 4 commits into from
Mar 28, 2022

Commits on Mar 24, 2022

  1. set astroAllowShorthand to default off

    Shorthand removes attribute keys and breaks Typescript which is used by Astro. It's also uncommon and should be disabled by default, and only opt-in for those that specifically want it.
    manigandham committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    c7b9308 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2136d87 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. fix tests for shorthand formatting

    - shorthand off by default
    - comment (and should remove) can format to shorthand because this is covered in the options test
    manigandham committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    543340a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    dc88160 View commit details
    Browse the repository at this point in the history