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

@@ -72,7 +72,7 @@ export const SettingsPluginsPanel: React.FC = () => {
>
<ul>
{h.hooks?.map((hh) => (
<li>
<li key={hh}>
<code>{hh}</code>
</li>
))}