From 8b3296f4c640180dfb3b58c34a2d1e9e692e15ea Mon Sep 17 00:00:00 2001 From: RohitKini <57343193+RohitKini@users.noreply.github.com> Date: Tue, 25 Mar 2025 13:02:28 +0530 Subject: [PATCH] workflow with eslint --- .github/workflows/repo-sync.yml | 4 ++-- upload-api/migration-sitecore/constants/index.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 30182a894..8c6e49d87 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -117,8 +117,8 @@ jobs: }, rules: { "no-unused-vars": "warn", - "no-console": "off" - "@typescript-eslint/no-var-requires": 'off' + "no-console": "off", + "no-var-requires": 'off' } } ]; diff --git a/upload-api/migration-sitecore/constants/index.js b/upload-api/migration-sitecore/constants/index.js index 3e5e04fc1..61f23f427 100644 --- a/upload-api/migration-sitecore/constants/index.js +++ b/upload-api/migration-sitecore/constants/index.js @@ -36,6 +36,7 @@ const MIGRATION_DATA_CONFIG = { ENTRIES_DIR_NAME : "entries", ENTRIES_MASTER_FILE : "index.json", + GLOBAL_FIELDS_DIR_NAME : "global_fields", GLOBAL_FIELDS_FILE: "globalfields",