mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44: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:
@@ -42,7 +42,7 @@ export const StudioDetailsPanel: React.FC<IStudioDetailsPanel> = ({
|
||||
</dt>
|
||||
<dd>
|
||||
{studio.aliases.map((a) => (
|
||||
<Badge className="tag-item" variant="secondary">
|
||||
<Badge className="tag-item" variant="secondary" key={a}>
|
||||
{a}
|
||||
</Badge>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user