diff --git a/e b/e index cd63b234dd514..ab7c9fca11b43 160000 --- a/e +++ b/e @@ -1 +1 @@ -Subproject commit cd63b234dd514a409c5a68ce7bb0609cc6ff4800 +Subproject commit ab7c9fca11b43e3a3023fe4fd412b2d4e58377e6 diff --git a/web/packages/build/eslint.config.mjs b/web/packages/build/eslint.config.mjs index 370480901c6c2..35716d5fb7f6c 100644 --- a/web/packages/build/eslint.config.mjs +++ b/web/packages/build/eslint.config.mjs @@ -41,6 +41,7 @@ export default tseslint.config( eslint.configs.recommended, ...tseslint.configs.recommended, reactPlugin.configs.flat.recommended, + reactPlugin.configs.flat['jsx-runtime'], importPlugin.flatConfigs.errors, importPlugin.flatConfigs.warnings, importPlugin.flatConfigs.typescript, @@ -128,9 +129,6 @@ export default tseslint.config( 'react/no-unescaped-entities': 'warn', 'react/jsx-key': 'warn', 'react/jsx-no-target-blank': 'warn', - // Turned off because we use automatic runtime. - 'react/jsx-uses-react': 'off', - 'react/react-in-jsx-scope': 'off', 'react-hooks/rules-of-hooks': 'warn', 'react-hooks/exhaustive-deps': 'warn',