Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 04:30
8f9597f

Major Changes

  • #590 f5c3cec Thanks @ota-meshi! - Deprecate astro/no-omitted-end-tags, make it a no-op, and remove it from the
    recommended configuration. This rule can no longer report omitted end tags once
    Astro's Rust compiler rejects them during parsing.

  • #596 f8cbb64 Thanks @ota-meshi! - Deprecate astro/valid-compile and remove it from the recommended
    configuration. Astro's astro check command is now recommended for
    project-wide diagnostics.

  • #568 df28a46 Thanks @ota-meshi! - Upgrade astro-eslint-parser to v3. Astro files are now parsed with Astro's
    Rust compiler (@astrojs/compiler-rs) instead of @astrojs/compiler.