Skip to content

Commit

Permalink
fix: dts error
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Dec 24, 2023
1 parent 45223f0 commit 9b25db5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins.ts
Expand Up @@ -31,7 +31,8 @@ import * as _pluginVue from 'eslint-plugin-vue'
export const pluginVue = interopDefault(_pluginVue)

import * as _pluginUnocss from '@unocss/eslint-plugin'
export const pluginUnocss = interopDefault(_pluginUnocss)
export const pluginUnocss: typeof import('@unocss/eslint-plugin').default =
interopDefault(_pluginUnocss)

import * as _pluginPrettier from 'eslint-plugin-prettier'
export const pluginPrettier = interopDefault(_pluginPrettier)
Expand Down

0 comments on commit 9b25db5

Please sign in to comment.