Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
fix: make custom events kebab-case not camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolassutter authored Dec 20, 2022
1 parent 2a62236 commit cfb6fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vue/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export = defineConfig({
'vue/this-in-template': ['error', 'never'],
'vue/v-on-style': ['error', 'longform'],
'vue/v-bind-style': ['error', 'shorthand'],
'vue/custom-event-name-casing': 'error',
'vue/custom-event-name-casing': ['error', 'kebab-case'],
'vue/require-name-property': 'error',
'vue/prop-name-casing': ['error', 'camelCase'],
'vue/v-slot-style': [
Expand Down

0 comments on commit cfb6fec

Please sign in to comment.