Cleanup eslintrc

This commit is contained in:
wvffle 2022-08-31 18:50:43 +00:00 committed by Georg Krause
commit 8a27f350bb
2 changed files with 13 additions and 14 deletions

View file

@ -14,7 +14,7 @@ interface Props {
const emit = defineEmits<Events>()
const props = withDefaults(defineProps<Props>(), {
action: () => {},
action: () => undefined,
disabled: false,
confirmColor: 'danger'
})