Skip to content

Commit

Permalink
Remove eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
htunnicliff committed Nov 7, 2024
1 parent d95c474 commit afec6aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 64 deletions.
63 changes: 0 additions & 63 deletions packages/swr-openapi/eslint.config.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/swr-openapi/src/mutate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import type { PartialDeep } from "type-fest";
import type { TypesForGetRequest } from "./types.js";

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

/**
Expand Down

0 comments on commit afec6aa

Please sign in to comment.