diff --git a/frontend/.eslintrc.json b/frontend/.eslintrc.json index c6145a11f5..3f8b2cf1f0 100644 --- a/frontend/.eslintrc.json +++ b/frontend/.eslintrc.json @@ -17,7 +17,7 @@ "parserOptions": { "requireConfigFile": false, "babelOptions": { - "presets": ["@babel/preset-react"] + "configFile": "./frontend/babel.config.js" }, "ecmaFeatures": { "jsx": true