Skip to content

Commit

Permalink
chore: remove unused eslint-disable
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Sep 16, 2023
1 parent 24920a9 commit 225aa9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared/state/reducer.root.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const rootReducer = combineReducers({ data, storage })

type RootState = ReturnType<typeof rootReducer>

// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
type AppThunk<ReturnType = void> = ThunkAction<
ReturnType,
RootState,
Expand Down

0 comments on commit 225aa9f

Please sign in to comment.