Update typescript and eslint config (#1878)

* Update eslint rules
* Update typescript to 4.4
* Disable react/display-name
* Add @typescript-eslint/typescript-estree
This commit is contained in:
InfiniteTF
2021-10-28 01:27:26 +02:00
committed by GitHub
parent 372ea7218e
commit c93b5e12b7
30 changed files with 1815 additions and 982 deletions

View File

@@ -100,6 +100,7 @@ export const ListOperationButtons: React.FC<IListOperationButtonsProps> = ({
return (
<OverlayTrigger
overlay={<Tooltip id="edit">{button.text}</Tooltip>}
key={button.text}
>
<Button
variant={button.buttonVariant ?? "secondary"}