diff --git a/examples/react-app/eslint.config.mjs b/examples/react-app/eslint.config.mjs index 8b09e037e8e..70429cfe4a5 100644 --- a/examples/react-app/eslint.config.mjs +++ b/examples/react-app/eslint.config.mjs @@ -27,7 +27,7 @@ export default [ '@typescript-eslint/no-misused-promises': 'off', '@typescript-eslint/no-unsafe-argument': 'off', '@typescript-eslint/no-unsafe-assignment': 'off', - '@typescript-eslint/restrict-template-expressions': 'off', + '@typescript-eslint/restrict-template-expressions': 'on', 'react-refresh/only-export-components': [ 'warn', {