Skip to content

Commit e41b473

Browse files
authored
Merge pull request #570 from contentstack/feature/workflow
workflow with eslint
2 parents 55f417f + f3d4b86 commit e41b473

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
rules: {
119119
"no-unused-vars": "warn",
120120
"no-console": "off",
121-
"no-var-requires": 'off'
121+
"@typescript-eslint/no-var-requires": 'off'
122122
}
123123
}
124124
];

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

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

39-
4039

4140
GLOBAL_FIELDS_DIR_NAME : "global_fields",
4241
GLOBAL_FIELDS_FILE: "globalfields",

0 commit comments

Comments
 (0)