mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-20 21:41:47 +02:00
8 lines
132 B
JavaScript
8 lines
132 B
JavaScript
module.exports = {
|
|
extends: [
|
|
'plugin:vue/vue3-recommended',
|
|
],
|
|
rules: {
|
|
'vue/multi-word-component-names': 'off'
|
|
}
|
|
} |