What is eslint-plugin-astro?
maineslint-plugin-astro is an ESLint plugin designed specifically for Astro components. It allows you to lint various parts of an Astro file, including:
- Frontmatter: The component script section.
- HTML Template: The component template section.
- JSX-like Expressions: Logic within the template.
- Client-Side Scripts: Scripts intended for the browser.
- Directives: Astro-specific directives.
The plugin helps find problems and enforce a consistent code style across these different sections of an Astro component.