From 428473f1706b0c625aa09ce612997043b128acdc Mon Sep 17 00:00:00 2001 From: Pavel Prichodko <14926950+prichodko@users.noreply.github.com> Date: Mon, 16 Jan 2023 13:09:41 +0100 Subject: [PATCH] update eslint config to use new jsx-runtime --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index 6040015b..6eaa7d75 100644 --- a/.eslintrc +++ b/.eslintrc @@ -32,6 +32,7 @@ "plugin:jsx-a11y/recommended", "plugin:react/recommended", "plugin:react-hooks/recommended", + "plugin:react/jsx-runtime", "prettier" ], "overrides": [