From c25736d57d129a9aed1f6e90cf87d1eec9a746d8 Mon Sep 17 00:00:00 2001 From: ashu-guo <65716236+aShu-guo@users.noreply.github.com> Date: Fri, 19 Apr 2024 19:16:46 +0800 Subject: [PATCH] chore: merge duplicate property declarations (#7417) --- .eslintrc.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index face650ee..d6b5da49d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -27,6 +27,7 @@ module.exports = { // ], plugins: ['markdown', 'jest', '@typescript-eslint', 'import'], globals: { + h: true, defineProps: 'readonly', }, overrides: [ @@ -108,7 +109,4 @@ module.exports = { ], 'vue/multi-word-component-names': 'off', }, - globals: { - h: true, - }, };