mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +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:
@@ -72,7 +72,7 @@ export const SettingsPluginsPanel: React.FC = () => {
|
||||
>
|
||||
<ul>
|
||||
{h.hooks?.map((hh) => (
|
||||
<li>
|
||||
<li key={hh}>
|
||||
<code>{hh}</code>
|
||||
</li>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user