From eed9ff4909035cc5993c75d1f951855786295f49 Mon Sep 17 00:00:00 2001 From: Gandharv Date: Wed, 31 Aug 2022 13:06:16 +0530 Subject: [PATCH] fix: eslint config (#3915) --- frontend/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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