Skip to content

Commit ae5f02b

Browse files
authored
Merge pull request #569 from contentstack/feature/workflow
workflow with eslint
2 parents 607f0e5 + 8b3296f commit ae5f02b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/repo-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ jobs:
117117
},
118118
rules: {
119119
"no-unused-vars": "warn",
120-
"no-console": "off"
121-
"@typescript-eslint/no-var-requires": 'off'
120+
"no-console": "off",
121+
"no-var-requires": 'off'
122122
}
123123
}
124124
];

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

4041
GLOBAL_FIELDS_DIR_NAME : "global_fields",
4142
GLOBAL_FIELDS_FILE: "globalfields",

0 commit comments

Comments
 (0)