diff --git a/next-ui/eslint.config.ts b/next-ui/eslint.config.ts index bb5b276d..c2101a33 100644 --- a/next-ui/eslint.config.ts +++ b/next-ui/eslint.config.ts @@ -30,7 +30,7 @@ export default defineConfigWithVueTs( ], }, - ...pluginVue.configs['flat/essential'], + ...pluginVue.configs['flat/recommended'], vueTsConfigs.recommendedTypeChecked, { @@ -49,6 +49,7 @@ export default defineConfigWithVueTs( ], 'no-empty': ['error', { allowEmptyCatch: true }], 'vue/multi-word-component-names': 'off', + 'vue/require-default-prop': 'off', }, }, diff --git a/next-ui/src/components/apikey/DeletionWarning.vue b/next-ui/src/components/apikey/DeletionWarning.vue index 9e3a93d4..fe4f7b71 100644 --- a/next-ui/src/components/apikey/DeletionWarning.vue +++ b/next-ui/src/components/apikey/DeletionWarning.vue @@ -4,7 +4,7 @@ variant="tonal" class="mb-4" > - +