Skip to content

Commit

Permalink
Fix linting warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Jan 13, 2022
1 parent 890eac2 commit 94ea8a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
}
],
"no-redeclare": "off",
"import/no-anonymous-default-export": "off",
"@typescript-eslint/no-redeclare": ["error"]
}
}
1 change: 0 additions & 1 deletion packages/ra-ui-materialui/src/list/ListActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export const ListActions = (props: ListActionsProps) => {
currentSort,
displayedFilters,
filterValues,
selectedIds,
showFilter,
total,
} = useListContext(props);
Expand Down

0 comments on commit 94ea8a8

Please sign in to comment.