astro/no-exports-from-components

disallow value export

📖 Rule Details

This rule reports value exports from Astro components. The use of typed exports are still allowed.

🔧 Options

Nothing.

🚀 Version

This rule was introduced in eslint-plugin-astro v1.1.0

🔍 Implementation



Edit this page