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

Upgrade to astro@3 #278

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Upgrade to astro@3 #278

merged 1 commit into from
Sep 27, 2023

Conversation

tschaub
Copy link
Member

@tschaub tschaub commented Sep 27, 2023

This updates Astro to the latest version.

Fixes #277.

],
"rules": {
"prettier/prettier": "off"
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without disabling the prettier rules, we get errors like this:

  2:2  error  Parsing error: `import` can only be used in `import()` or `import.meta`  prettier/prettier

I've tried configuring the parser and parserOptions, but cannot get the prettier rules to work in conjunction with the the eslint-plugin-astro any more (it worked prior to the Astro upgrade). I'll try to gather details and ticket upstream.

@tschaub tschaub merged commit 393ec2d into main Sep 27, 2023
1 check passed
@tschaub tschaub deleted the astro-three branch September 27, 2023 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant