diff --git a/FrontEnd/.eslintrc.json b/FrontEnd/.eslintrc.json index de212e195..b0553c81f 100644 --- a/FrontEnd/.eslintrc.json +++ b/FrontEnd/.eslintrc.json @@ -17,6 +17,11 @@ "jsx": true } }, + "settings": { + "react": { + "version": "detect" + } + }, "plugins": ["react", "react-hooks"], "rules": { "react/react-in-jsx-scope": "off",