v-model eslint

This commit is contained in:
vasu
2023-06-15 06:27:39 +05:30
parent 996064edae
commit 5b32943a4a
6 changed files with 10 additions and 9 deletions

View File

@@ -20,5 +20,6 @@ module.exports = {
'comma-dangle': ['error', 'always-multiline'],
'no-multiple-empty-lines': 'error',
'object-curly-spacing': ['error', 'always'],
'vue/no-v-model-argument': 'off',
},
}