From 1b045c499c2c33a9e3d898d3bd72b08f0d3a2d79 Mon Sep 17 00:00:00 2001 From: iamsivin Date: Fri, 26 Jul 2024 11:45:57 +0530 Subject: [PATCH] fix: apply ESLint rule vue/no-v-text --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 709cf10e5..6a91ef912 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -157,6 +157,7 @@ module.exports = { ignoreStringEscape: false, }, ], + 'vue/no-v-text': 'error', 'vue/max-attributes-per-line': [ 'error', {