feat(.eslintrc.js): 添加全局变量
Former-commit-id: 61317f20c41318d0daa062c917321405ad21f91c
This commit is contained in:
@@ -7,7 +7,9 @@ module.exports = {
|
|||||||
globals: {
|
globals: {
|
||||||
defineProps: 'readonly',
|
defineProps: 'readonly',
|
||||||
defineEmits: 'readonly',
|
defineEmits: 'readonly',
|
||||||
defineExpose: 'readonly'
|
defineExpose: 'readonly',
|
||||||
|
DialogType: "readonly",
|
||||||
|
OptionType: "readonly",
|
||||||
},
|
},
|
||||||
parser: 'vue-eslint-parser',
|
parser: 'vue-eslint-parser',
|
||||||
extends: [
|
extends: [
|
||||||
|
|||||||
Reference in New Issue
Block a user