diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index d2f5bfe27..5e438e82a 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -118,7 +118,6 @@ jobs: }, plugins: { "@typescript-eslint": tsPlugin, - "import": require("eslint-plugin-import"), }, rules: { "no-unused-vars": "warn", @@ -128,7 +127,7 @@ jobs: "@typescript-eslint/no-explicit-any": "off", "no-constant-condition": "off", "no-constant-binary-expression": "off", - "import/no-unresolved": 'error', + "import/no-unresolved": 'off', } } ]; diff --git a/api/src/services/contentful.service.ts b/api/src/services/contentful.service.ts index 3e8bc410e..2d9f80d06 100644 --- a/api/src/services/contentful.service.ts +++ b/api/src/services/contentful.service.ts @@ -16,6 +16,7 @@ import customLogger from "../utils/custom-logger.utils.js"; + const { DATA, // DIR