mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-07 16:40:05 +00:00
Lint: Turn on rules that should allow for verbatimModuleSyntax (#5616)
* lint: turn on type import rules setting up for verbatimModuleSyntax * lint: --fix for type imports
This commit is contained in:
5
src/types/algoliasearch-lite.d.ts
vendored
5
src/types/algoliasearch-lite.d.ts
vendored
@@ -1,5 +1,8 @@
|
||||
declare module 'algoliasearch/dist/lite/builds/browser' {
|
||||
import { LiteClient, ClientOptions } from 'algoliasearch/dist/lite/browser'
|
||||
import type {
|
||||
LiteClient,
|
||||
ClientOptions
|
||||
} from 'algoliasearch/dist/lite/browser'
|
||||
|
||||
/**
|
||||
* Creates a new Algolia Search client that uses the Lite API Client (Browser version)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Positionable } from '@/lib/litegraph/src/interfaces'
|
||||
import type { Positionable } from '@/lib/litegraph/src/interfaces'
|
||||
import type { LGraphNode } from '@/lib/litegraph/src/litegraph'
|
||||
import type { SettingParams } from '@/platform/settings/types'
|
||||
import type { ComfyWorkflowJSON } from '@/platform/workflow/validation/schemas/workflowSchema'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Component } from 'vue'
|
||||
import type { Component } from 'vue'
|
||||
|
||||
import type { useDialogService } from '@/services/dialogService'
|
||||
import type { ComfyCommand } from '@/stores/commandStore'
|
||||
|
||||
@@ -14,7 +14,7 @@ import type {
|
||||
UserData,
|
||||
UserDataFullInfo
|
||||
} from '@/schemas/apiSchema'
|
||||
import { ComfyApp } from '@/scripts/app'
|
||||
import type { ComfyApp } from '@/scripts/app'
|
||||
|
||||
import type {
|
||||
BottomPanelExtension,
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
import { InjectionKey } from 'vue'
|
||||
import type { InjectionKey } from 'vue'
|
||||
|
||||
export const OnCloseKey: InjectionKey<() => void> = Symbol()
|
||||
|
||||
Reference in New Issue
Block a user