Skip to content

Commit

Permalink
fix(vue3): typo warning -> warn
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme committed May 16, 2024
1 parent 10ff104 commit e3e06f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/vue3.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ module.exports = {
// Prevent conflicts with native HTML elements
'vue/multi-word-component-names': 'error',
// custom event naming convention
'vue/custom-event-name-casing': 'warning',
'vue/custom-event-name-casing': 'warn',
},
}

0 comments on commit e3e06f4

Please sign in to comment.