Skip to content

Commit e3e06f4

Browse files
committed
fix(vue3): typo warning -> warn
Signed-off-by: Grigorii K. Shartsev <[email protected]>
1 parent 10ff104 commit e3e06f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parts/vue3.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ module.exports = {
3434
// Prevent conflicts with native HTML elements
3535
'vue/multi-word-component-names': 'error',
3636
// custom event naming convention
37-
'vue/custom-event-name-casing': 'warning',
37+
'vue/custom-event-name-casing': 'warn',
3838
},
3939
}

0 commit comments

Comments
 (0)