diff --git a/frontend/.eslintrc.json b/frontend/.eslintrc.json index e5e903981a1..1a19ab58389 100644 --- a/frontend/.eslintrc.json +++ b/frontend/.eslintrc.json @@ -8,7 +8,7 @@ "plugins": ["jsx-a11y", "react", "react-hooks", "@typescript-eslint", "import"], "parser": "@typescript-eslint/parser", "parserOptions": { - "project": "./frontend/tsconfig.json" + "project": "./**/tsconfig.json" }, "rules": { "react/destructuring-assignment": "off",