We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa6d3f0 + 4165487 commit ec24627Copy full SHA for ec24627
.github/workflows/repo-sync.yml
@@ -118,7 +118,7 @@ jobs:
118
rules: {
119
"no-unused-vars": "warn",
120
"no-console": "off",
121
- "no-var-requires": 'off'
+ "@typescript-eslint/no-var-requires": 'off'
122
}
123
124
];
upload-api/migration-sitecore/constants/index.js
@@ -36,7 +36,6 @@ const MIGRATION_DATA_CONFIG = {
36
ENTRIES_DIR_NAME : "entries",
37
ENTRIES_MASTER_FILE : "index.json",
38
39
-
40
41
GLOBAL_FIELDS_DIR_NAME : "global_fields",
42
GLOBAL_FIELDS_FILE: "globalfields",
0 commit comments