diff --git a/.eslintrc.js b/.eslintrc.js index ab31d4fe9..018335f8c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -35,4 +35,9 @@ module.exports = { "@typescript-eslint/no-explicit-any": "off", "react/no-unescaped-entities": "off", }, + settings: { + react: { + version: "detect", + }, + }, };