Skip to content

Commit d0fe62b

Browse files
committed
chore: eslint
1 parent 307a56c commit d0fe62b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/lib/src/hooks/useCallback.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable @typescript-eslint/no-unused-vars,@typescript-eslint/no-unsafe-function-type */
1+
/* eslint-disable @typescript-eslint/no-unsafe-function-type */
22
import type { DependencyList } from "react";
33

44
export function useCallback<T extends Function>(factory: T, _deps: DependencyList) {

packages/lib/src/hooks/useMemo.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable @typescript-eslint/no-unused-vars */
21
import type { DependencyList } from "react";
32
import { shallowEquals } from "../equals";
43

0 commit comments

Comments
 (0)