From 5d532ce725a3c3303ccd8cb4a1a6a22d688f3f16 Mon Sep 17 00:00:00 2001 From: github-automatic-chores Date: Wed, 19 Jun 2024 10:36:31 +0000 Subject: [PATCH] automatic chores: linting [skip-ci] This is a commit done by the GitHub action https://github.com/Puzzlepart/prosjektportalen365/blob/releases/1.9/.github/workflows/automatic_chores.yml. --- .../src/projectSetup/tasks/SetupProjectInformation/index.ts | 2 +- .../components/ProjectInformation/CreateParentDialog/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SharePointFramework/ProjectExtensions/src/projectSetup/tasks/SetupProjectInformation/index.ts b/SharePointFramework/ProjectExtensions/src/projectSetup/tasks/SetupProjectInformation/index.ts index 00e5c9153..245bdb140 100644 --- a/SharePointFramework/ProjectExtensions/src/projectSetup/tasks/SetupProjectInformation/index.ts +++ b/SharePointFramework/ProjectExtensions/src/projectSetup/tasks/SetupProjectInformation/index.ts @@ -88,7 +88,7 @@ export class SetupProjectInformation extends BaseTask { ...ideaDataProperties, TemplateParameters: JSON.stringify(this._templateParameters) }) - if(this.params.properties.skipUpdateTemplateParameters) { + if (this.params.properties.skipUpdateTemplateParameters) { properties = _.omit(properties, 'TemplateParameters') } const propertyItems = await list.items() diff --git a/SharePointFramework/ProjectWebParts/src/components/ProjectInformation/CreateParentDialog/index.ts b/SharePointFramework/ProjectWebParts/src/components/ProjectInformation/CreateParentDialog/index.ts index 9403fd735..fc2100641 100644 --- a/SharePointFramework/ProjectWebParts/src/components/ProjectInformation/CreateParentDialog/index.ts +++ b/SharePointFramework/ProjectWebParts/src/components/ProjectInformation/CreateParentDialog/index.ts @@ -1 +1 @@ -export * from './CreateParentDialog' \ No newline at end of file +export * from './CreateParentDialog'