From 9dbbe65197bfe3030f8b7b7316cb33e121574227 Mon Sep 17 00:00:00 2001 From: Phillip Rak Date: Mon, 13 Jan 2025 13:31:14 -0700 Subject: [PATCH] Resolve lint warning Signed-off-by: Phillip Rak --- .eslintrc.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 4b3b98c4dc..5b01581c8d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,5 +1,8 @@ module.exports = { - env: { jest: true }, + env: { + jest: true, + 'vue/setup-compiler-macros': true, + }, extends: [ '.eslintrc.default.js' ],