update eslint config to use new jsx-runtime

This commit is contained in:
Pavel Prichodko 2023-01-16 13:09:41 +01:00
parent cfbd3a5fa0
commit b91a441dda
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
"plugin:jsx-a11y/recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
"plugin:react/jsx-runtime",
"prettier"
],
"overrides": [