From 9c867cbe60226d05913ce854f71473ec232cd6eb Mon Sep 17 00:00:00 2001 From: RohitKini <57343193+RohitKini@users.noreply.github.com> Date: Tue, 25 Mar 2025 11:22:02 +0530 Subject: [PATCH] added git ingnore file --- .github/workflows/repo-sync.yml | 4 ++-- upload-api/migration-sitecore/constants/index.js | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index d1b39181..7451429a 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -125,8 +125,8 @@ jobs: # fi # # Remove unused imports and missing file references - # echo "Running ESLint to remove unused imports..." - # npm install eslint -g + echo "Running ESLint to remove unused imports..." + npm install eslint -g eslint . --fix --ignore-path .eslintignore # echo "Running autoflake to remove unused imports..." diff --git a/upload-api/migration-sitecore/constants/index.js b/upload-api/migration-sitecore/constants/index.js index 3e5e04fc..5290f50b 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", GLOBAL_FIELDS_FILE_NAME : "globalfields.json",