remove unneeded eslint directive

This commit is contained in:
Norbert de Langen 2023-01-05 17:51:54 +01:00
parent 20e91221b6
commit 7b7d1cbcf8
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -12,7 +12,6 @@ export const viteFinal: StorybookConfig['viteFinal'] = async (config, { presets
// Add vue plugin if not present
if (!(await hasVitePlugins(plugins, ['vite:vue']))) {
// eslint-disable-next-line import/no-extraneous-dependencies
const { default: vue } = await import('@vitejs/plugin-vue');
plugins.push(vue());
}