chore: eslint 配置
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
type AutoInstallModule = { [K: string]: unknown; install?: UserPlugin };
|
||||
type UserPlugin = (ctx: UserPluginContext) => void;
|
||||
// https://github.com/antfu-collective/vitesse/blob/47618e72dfba76c77b9b85b94784d739e35c492b/src/modules/README.md
|
||||
type UserPluginContext = { app: import('vue').App<Element> };
|
||||
type UserPlugin = (ctx: UserPluginContext) => void;
|
||||
type AutoInstallModule = { install?: UserPlugin; [K: string]: unknown };
|
||||
|
||||
export function setupPlugins(app: import('vue').App, modules: AutoInstallModule | Record<string, unknown>) {
|
||||
console.group('🔌 Plugins');
|
||||
|
||||
Reference in New Issue
Block a user