parent
0bfdcc8de5
commit
e9f767e9e3
|
|
@ -7,7 +7,9 @@ module.exports = {
|
|||
globals: {
|
||||
defineProps: 'readonly',
|
||||
defineEmits: 'readonly',
|
||||
defineExpose: 'readonly'
|
||||
defineExpose: 'readonly',
|
||||
DialogType: "readonly",
|
||||
OptionType: "readonly",
|
||||
},
|
||||
parser: 'vue-eslint-parser',
|
||||
extends: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue