Add more eslint rules

This commit is contained in:
Vendicated 2022-10-08 20:36:57 +02:00
parent 0109381a4f
commit dea34503ef
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
13 changed files with 33 additions and 21 deletions

View file

@ -25,7 +25,7 @@ export function openModal(Component: React.ComponentType, modalProps: Record<str
), { modalKey: key });
return key;
};
}
/**
* Close a modal by key. The id you need for this is returned by openModal.