Skip to content

Commit

Permalink
Disabled eslint warning no-explicit-any
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Nov 18, 2024
1 parent bd263a2 commit 13a52b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/test-utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// eslint-disable @typescript-eslint/no-explicit-any
/* eslint @typescript-eslint/no-explicit-any: "off" */
import { Context, QueryResult, SqlClient } from '@exasol/extension-manager-interface';
import { ExaScriptsRow } from '@exasol/extension-manager-interface/dist/exasolSchema';
import * as jestMock from "jest-mock";
Expand Down

0 comments on commit 13a52b0

Please sign in to comment.