Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Feb 27, 2024
1 parent 83423d4 commit c8e5eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/objects.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Case from "case";

/* eslint-disable @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-assignment */
/* eslint-disable @typescript-eslint/no-unsafe-assignment */

export type KeyCase =
| "snake"
Expand Down

0 comments on commit c8e5eb9

Please sign in to comment.