v3.0.0
Major Changes
-
#590
f5c3cecThanks @ota-meshi! - Deprecateastro/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
f8cbb64Thanks @ota-meshi! - Deprecateastro/valid-compileand remove it from the recommended
configuration. Astro'sastro checkcommand is now recommended for
project-wide diagnostics. -
#568
df28a46Thanks @ota-meshi! - Upgradeastro-eslint-parserto v3. Astro files are now parsed with Astro's
Rust compiler (@astrojs/compiler-rs) instead of@astrojs/compiler.