diff --git a/packages/redux-devtools-cli/src/db/connector.ts b/packages/redux-devtools-cli/src/db/connector.ts index e19a890d..d42e4fe3 100644 --- a/packages/redux-devtools-cli/src/db/connector.ts +++ b/packages/redux-devtools-cli/src/db/connector.ts @@ -4,7 +4,7 @@ import knex from 'knex'; import type { Knex } from 'knex'; import { AGServer } from 'socketcluster-server'; -// eslint-disable-next-line @typescript-eslint/ban-types +// eslint-disable-next-line @typescript-eslint/no-empty-object-type type KnexFunction = ( config: Knex.Config | string, ) => Knex;