File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
upload-api/migration-sitecore/constants Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ jobs:
125125 # fi
126126
127127 # # Remove unused imports and missing file references
128- # echo "Running ESLint to remove unused imports..."
129- # npm install eslint -g
128+ echo "Running ESLint to remove unused imports..."
129+ npm install eslint -g
130130 eslint . --fix --ignore-path .eslintignore
131131
132132 # echo "Running autoflake to remove unused imports..."
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ const MIGRATION_DATA_CONFIG = {
3636 ENTRIES_DIR_NAME : "entries" ,
3737 ENTRIES_MASTER_FILE : "index.json" ,
3838
39-
4039 GLOBAL_FIELDS_DIR_NAME : "global_fields" ,
4140 GLOBAL_FIELDS_FILE : "globalfields" ,
4241 GLOBAL_FIELDS_FILE_NAME : "globalfields.json" ,
You can’t perform that action at this time.
0 commit comments