We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a2439 commit b19b41eCopy full SHA for b19b41e
packages/contentful--app-scripts/src/utils.ts
@@ -159,7 +159,7 @@ export function getEntityFromManifest<Type extends 'actions' | 'functions'>(
159
process.exit(1);
160
}
161
162
- // EntryFile is not used but we do want to strip it
+ // EntryFile is not used but we do want to strip it.
163
// eslint-disable-next-line no-unused-vars
164
const { entryFile: _, ...itemWithoutEntryFile } = item;
165
0 commit comments