Skip to content

Commit c25736d

Browse files
authored
chore: merge duplicate property declarations (#7417)
1 parent 4a48bfc commit c25736d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.eslintrc.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module.exports = {
2727
// ],
2828
plugins: ['markdown', 'jest', '@typescript-eslint', 'import'],
2929
globals: {
30+
h: true,
3031
defineProps: 'readonly',
3132
},
3233
overrides: [
@@ -108,7 +109,4 @@ module.exports = {
108109
],
109110
'vue/multi-word-component-names': 'off',
110111
},
111-
globals: {
112-
h: true,
113-
},
114112
};

0 commit comments

Comments
 (0)