diff --git a/packages/botonic-plugin-contentful/.eslintrc_slow.js b/packages/botonic-plugin-contentful/.eslintrc_slow.js index b70a5b1027..1856448292 100644 --- a/packages/botonic-plugin-contentful/.eslintrc_slow.js +++ b/packages/botonic-plugin-contentful/.eslintrc_slow.js @@ -1,5 +1,5 @@ const base = require('./.eslintrc'); -base.parserOptions.project = "./tsconfig.json"; +base.parserOptions.project = "./tests/tsconfig.json"; base.rules["@typescript-eslint/no-floating-promises"] = "error"; // see https://github.com/xjamundx/eslint-plugin-promise/issues/151 base.rules["@typescript-eslint/no-misused-promises"] = "error";