|
@@ -21,6 +21,7 @@ module.exports = {
|
|
|
'vue/no-multi-spaces': 'warn',
|
|
|
'vue/no-deprecated-filter': 'warn', // Preparation for vue3
|
|
|
'vue/no-deprecated-v-on-number-modifiers': 'warn', // Preparation for vue3
|
|
|
+ 'vue/no-deprecated-html-element-is': 'warn', // Preparation for vue3
|
|
|
},
|
|
|
ignorePatterns: ['**/src/modules/**/*'],
|
|
|
parserOptions: {
|