Skip to content

Commit bee695f

Browse files
committed
fix: eslint
1 parent 7428fd5 commit bee695f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/listenerMiddleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ export interface DispatchedActionWithType extends AnyAction {
1111
type: string;
1212
}
1313

14-
// eslint-disable-next-line no-shadow
1514
export type Listener = (
1615
action: AnyAction,
16+
// eslint-disable-next-line no-shadow
1717
dispatch?: (action: AnyAction) => void
1818
) => void;
1919

0 commit comments

Comments
 (0)