Skip to content

Comments

feat(vue): add vue/component-options-name-casing with PascalCase#1261

Merged
susnux merged 1 commit intomainfrom
feat/vue-custom-event-name-casing
Jan 14, 2026
Merged

feat(vue): add vue/component-options-name-casing with PascalCase#1261
susnux merged 1 commit intomainfrom
feat/vue-custom-event-name-casing

Conversation

@ShGKme
Copy link
Contributor

@ShGKme ShGKme commented Jan 14, 2026

<script>
import NcComponent from './NcComponent.vue'

export default {
	name: 'MyApp',

	components: {
		NcComponent, // ✅ Good
		'nc-component': NcComponent, // ❌ Bad
	},
}
</script>

@ShGKme ShGKme requested a review from susnux January 14, 2026 10:58
@ShGKme ShGKme self-assigned this Jan 14, 2026
@ShGKme ShGKme added enhancement New feature or request 3. to review labels Jan 14, 2026
@ShGKme ShGKme requested a review from Antreesy January 14, 2026 10:58
@susnux susnux merged commit 689ef76 into main Jan 14, 2026
7 checks passed
@susnux susnux deleted the feat/vue-custom-event-name-casing branch January 14, 2026 11:02
@ShGKme ShGKme linked an issue Jan 14, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

💥 Force camelCase in Vue everywhere

2 participants