Skip to content

Commit

Permalink
add linter directive
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceKatt committed May 15, 2021
1 parent f6fb196 commit cae6586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/output/rawOutput.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Output } from '../interfaces';

export class RawOutput implements Output {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
print(data: any): void {
console.log(data);
}
Expand Down

0 comments on commit cae6586

Please sign in to comment.