chore: lint with sxzz config

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei
2024-04-29 15:59:43 +08:00
parent c12bd99242
commit e5ac04a650
242 changed files with 1089 additions and 1482 deletions

View File

@@ -1,11 +1,9 @@
import { autoBind } from '~/utils/auto-bind'
import { BaseCrudController } from './base'
import type { IRequestAdapter } from '~/interfaces/adapter'
import type { LinkModel } from '~/models/link'
import type { HTTPClient } from '../core'
import { autoBind } from '~/utils/auto-bind'
import { BaseCrudController } from './base'
declare module '../core/client' {
interface HTTPClient<
T extends IRequestAdapter = IRequestAdapter,