mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
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:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user