mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-09 17:55:32 +02:00
♻️ Fix eslint warnings
This commit is contained in:
parent
6d5b48c37f
commit
f90dd9c30c
15 changed files with 67 additions and 45 deletions
|
@ -14,12 +14,12 @@ import { patchCountFile } from '../../middleware/patch-check'
|
|||
import { checkHash } from '../../utils'
|
||||
import { log } from '../../log'
|
||||
|
||||
type ListrTaskGroup = Listr.ListrTask<any>
|
||||
type ListrTaskGroup = Listr.ListrTask<unknown>
|
||||
|
||||
export interface IMelonPatch {
|
||||
name: string
|
||||
skip?: (
|
||||
ctx: any
|
||||
ctx: unknown
|
||||
) => string | boolean | void | Promise<string | boolean | undefined>
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue