mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
remove unneeded eslint directive
This commit is contained in:
parent
20e91221b6
commit
7b7d1cbcf8
@ -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());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user