Skip to content

Commit

Permalink
chore: remove eslint instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
alcercu authored Jul 3, 2024
1 parent 0db25f6 commit 2f9d45e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/pagination/use-pagination.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const usePagination = (
currentPage: number,
numPages: number,
//eslint-disable-next-line @typescript-eslint/ban-types
callback: (newPage: number) => void,
onCloseOnLastPage?: () => void,
numNeighbors = 2
Expand Down

0 comments on commit 2f9d45e

Please sign in to comment.