diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 06d30bed8..d2f5bfe27 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -118,6 +118,7 @@ jobs: }, plugins: { "@typescript-eslint": tsPlugin, + "import": require("eslint-plugin-import"), }, rules: { "no-unused-vars": "warn", diff --git a/api/src/services/contentful.service.ts b/api/src/services/contentful.service.ts index 62cf4e5b2..3e8bc410e 100644 --- a/api/src/services/contentful.service.ts +++ b/api/src/services/contentful.service.ts @@ -15,6 +15,7 @@ import { getAllLocales, getLogMessage } from "../utils/index.js"; import customLogger from "../utils/custom-logger.utils.js"; + const { DATA, // DIR