From c84c4492f0a37008ab020b5541a3ba96b2f73622 Mon Sep 17 00:00:00 2001 From: iamsivin Date: Fri, 26 Jul 2024 00:01:25 +0530 Subject: [PATCH] fix: apply ESLint rule vue/define-props-declaration --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 79aae718b..e451e0da7 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -50,6 +50,7 @@ module.exports = { defineExposeLast: false, }, ], + 'vue/define-props-declaration': ['error', 'runtime'], 'vue/max-attributes-per-line': [ 'error', {