fix: apply ESLint rule vue/no-v-text

This commit is contained in:
iamsivin
2024-07-26 11:45:57 +05:30
parent cef0491d15
commit 1b045c499c
+1
View File
@@ -157,6 +157,7 @@ module.exports = {
ignoreStringEscape: false,
},
],
'vue/no-v-text': 'error',
'vue/max-attributes-per-line': [
'error',
{