We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73dca98 commit 5b18a30Copy full SHA for 5b18a30
2 files changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: 20
+ node-version: 24
20
cache: 'pnpm'
21
22
- name: Install dependencies
.prettierignore
@@ -37,4 +37,7 @@ archives/
37
*.mdx
38
39
# Component overrides with custom formatting
40
-src/components/overrides/Banner.astro
+src/components/overrides/Banner.astro
41
+
42
+# Conditional inline <script> inside JSX — prettier-plugin-astro cannot parse this pattern
43
+src/components/ui/Tabs.astro
0 commit comments