We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40569d commit b39092fCopy full SHA for b39092f
packages/swr-openapi/eslint.config.js
packages/swr-openapi/src/mutate.ts
@@ -6,7 +6,6 @@ import type { PartialDeep } from "type-fest";
6
import type { TypesForGetRequest } from "./types.js";
7
8
// Types are loose here to support ecosystem utilities like `_.isMatch`
9
-// eslint-disable-next-line @typescript-eslint/no-explicit-any
10
export type CompareFn = (init: any, partialInit: any) => boolean;
11
12
/**
0 commit comments