Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Flarna committed Apr 26, 2021
1 parent d89d486 commit 2f83685
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import type * as ioredisTypes from 'ioredis';
import { InstrumentationConfig } from '@opentelemetry/instrumentation';
import { Span } from '@opentelemetry/api';

// eslint-disable-next-line @typescript-eslint/interface-name-prefix
export interface IORedisCommand {
reject: (err: Error) => void;
resolve: (result: {}) => void;
Expand Down Expand Up @@ -61,7 +60,6 @@ export interface RedisResponseCustomAttributeFunction {
/**
* Options available for the IORedis Instrumentation (see [documentation](https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-instrumentation-ioredis#ioredis-instrumentation-options))
*/
// eslint-disable-next-line @typescript-eslint/interface-name-prefix
export interface IORedisInstrumentationConfig extends InstrumentationConfig {
/** Custom serializer function for the db.statement tag */
dbStatementSerializer?: DbStatementSerializer;
Expand Down

0 comments on commit 2f83685

Please sign in to comment.