mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Update typescript-eslint monorepo to v5 (major) (#8702)
* Update typescript-eslint monorepo to v5 * Fix linter warnings Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -3,7 +3,7 @@ import { Command, CommandResult, Handler, Settings } from '../command';
|
||||
import { defaults } from './utils';
|
||||
import { CLIError, CLIRuntimeError } from './exceptions';
|
||||
|
||||
export function command<T extends Toolbox = Toolbox, P = any, R extends any = void>(
|
||||
export function command<T extends Toolbox = Toolbox, P = any, R = void>(
|
||||
settings: Settings<P>,
|
||||
execute: Handler<T, P, R>
|
||||
): Command<T> {
|
||||
|
||||
Reference in New Issue
Block a user