Replies: 4 comments 1 reply
-
I'm guessing this will have to wait for css and html support first, if I read the Language support Biome page correctly:
Knowing the Biome website is written with Astro, this is a no brainer :-) |
Beta Was this translation helpful? Give feedback.
-
+1 on this. I think it would be really useful to have a first simple version of this where only the JS/TS content in the frontmatter is validated/formatted. |
Beta Was this translation helpful? Give feedback.
-
Second the idea :) |
Beta Was this translation helpful? Give feedback.
-
Currently biome reports some false positives. e.g.: noUnusedVariables ---
const { title } = Astro.props;
---
<title>{title}</title> |
Beta Was this translation helpful? Give feedback.
-
Description
It would be really good to add support for Astro. (https://astro.build)
Beta Was this translation helpful? Give feedback.
All reactions