update eslint config to use new jsx-runtime

This commit is contained in:
Pavel Prichodko 2023-01-16 13:09:41 +01:00
parent 4ca7638c18
commit 428473f170
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
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": [