From 61317f20c41318d0daa062c917321405ad21f91c Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Tue, 8 Nov 2022 22:49:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(.eslintrc.js):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=85=A8=E5=B1=80=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 92e186c..d7878cc 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -7,7 +7,9 @@ module.exports = { globals: { defineProps: 'readonly', defineEmits: 'readonly', - defineExpose: 'readonly' + defineExpose: 'readonly', + DialogType: "readonly", + OptionType: "readonly", }, parser: 'vue-eslint-parser', extends: [