Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vue/require-default-export rule #2494

Merged
merged 12 commits into from
Jul 13, 2024

Conversation

ItMaga
Copy link
Contributor

@ItMaga ItMaga commented Jun 30, 2024

closes #2383

docs/rules/object-curly-newline.md Outdated Show resolved Hide resolved
lib/rules/require-default-export.js Outdated Show resolved Hide resolved
lib/rules/require-default-export.js Outdated Show resolved Hide resolved
docs/rules/require-default-export.md Outdated Show resolved Hide resolved
tests/lib/rules/require-default-export.js Show resolved Hide resolved
tests/lib/rules/require-default-export.js Outdated Show resolved Hide resolved
lib/rules/require-default-export.js Outdated Show resolved Hide resolved
@ItMaga ItMaga requested a review from FloEdelmann July 10, 2024 14:07
Copy link
Member

@FloEdelmann FloEdelmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, looks good to me now 🙂

Copy link
Member

@ota-meshi ota-meshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you!

@ota-meshi ota-meshi merged commit 9252468 into vuejs:master Jul 13, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Require default export on <script>
3 participants