Skip to content

Commit 6366191

Browse files
committed
workflow eslint check
1 parent c866b08 commit 6366191

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
# # Remove unused imports and missing file references
128128
echo "Running ESLint to remove unused imports..."
129129
npm install eslint -g
130-
eslint . --fix --ignore-path .eslintignore
130+
eslint . --fix --ignore-pattern "cli/**"
131131
132132
# echo "Running autoflake to remove unused imports..."
133133
# pip install autoflake

upload-api/migration-sitecore/constants/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const MIGRATION_DATA_CONFIG = {
3636
ENTRIES_DIR_NAME : "entries",
3737
ENTRIES_MASTER_FILE : "index.json",
3838

39+
3940
GLOBAL_FIELDS_DIR_NAME : "global_fields",
4041
GLOBAL_FIELDS_FILE: "globalfields",
4142
GLOBAL_FIELDS_FILE_NAME : "globalfields.json",

0 commit comments

Comments
 (0)