From 3c7a711976941f711852bedfd14ef09fb7bb45bb Mon Sep 17 00:00:00 2001 From: Alexander Early Date: Fri, 3 Nov 2023 15:00:45 -0700 Subject: [PATCH] path to config file --- .eslintrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index eb63a67ca..af0335656 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -8,7 +8,9 @@ "parserOptions": { "ecmaVersion": 8, "sourceType": "module", - "requireConfigFile": false + "babelOptions": { + "configFile": "./.babelrc" + } }, "extends": "eslint:recommended", "rules": {