Skip to content

Commit afec6aa

Browse files
committed
Remove eslint
1 parent d95c474 commit afec6aa

File tree

2 files changed

+0
-64
lines changed

2 files changed

+0
-64
lines changed

packages/swr-openapi/eslint.config.js

Lines changed: 0 additions & 63 deletions
This file was deleted.

packages/swr-openapi/src/mutate.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import type { PartialDeep } from "type-fest";
66
import type { TypesForGetRequest } from "./types.js";
77

88
// Types are loose here to support ecosystem utilities like `_.isMatch`
9-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
109
export type CompareFn = (init: any, partialInit: any) => boolean;
1110

1211
/**

0 commit comments

Comments
 (0)