diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 8c6e49d87..eb5e48044 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -118,7 +118,7 @@ jobs: rules: { "no-unused-vars": "warn", "no-console": "off", - "no-var-requires": 'off' + "@typescript-eslint/no-var-requires": 'off' } } ]; diff --git a/upload-api/migration-sitecore/constants/index.js b/upload-api/migration-sitecore/constants/index.js index 61f23f427..3e5e04fc1 100644 --- a/upload-api/migration-sitecore/constants/index.js +++ b/upload-api/migration-sitecore/constants/index.js @@ -36,7 +36,6 @@ const MIGRATION_DATA_CONFIG = { ENTRIES_DIR_NAME : "entries", ENTRIES_MASTER_FILE : "index.json", - GLOBAL_FIELDS_DIR_NAME : "global_fields", GLOBAL_FIELDS_FILE: "globalfields",