From 0ac07b16c7d636c5966fbd35f83fce0c14609896 Mon Sep 17 00:00:00 2001 From: Remi Blom-Ohlsen Date: Thu, 2 May 2024 15:50:40 +0200 Subject: [PATCH] Linting [skip-ci] --- .../reducer/createPortfolioAggregationReducer.ts | 7 ++++++- .../src/components/PortfolioOverview/reducer/index.ts | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/SharePointFramework/PortfolioWebParts/src/components/PortfolioAggregation/reducer/createPortfolioAggregationReducer.ts b/SharePointFramework/PortfolioWebParts/src/components/PortfolioAggregation/reducer/createPortfolioAggregationReducer.ts index 87296450b..fae2b5fff 100644 --- a/SharePointFramework/PortfolioWebParts/src/components/PortfolioAggregation/reducer/createPortfolioAggregationReducer.ts +++ b/SharePointFramework/PortfolioWebParts/src/components/PortfolioAggregation/reducer/createPortfolioAggregationReducer.ts @@ -6,7 +6,12 @@ import sortArray from 'array-sort' import _ from 'lodash' import { IFilterItemProps } from 'pp365-shared-library/lib/components/FilterPanel' import { DataSource } from 'pp365-shared-library/lib/models/DataSource' -import { parseUrlHash, setUrlHash, sortAlphabetically, sortNumerically } from 'pp365-shared-library/lib/util' +import { + parseUrlHash, + setUrlHash, + sortAlphabetically, + sortNumerically +} from 'pp365-shared-library/lib/util' import { getObjectValue as get } from 'pp365-shared-library/lib/util/getObjectValue' import { IPortfolioAggregationHashState, diff --git a/SharePointFramework/PortfolioWebParts/src/components/PortfolioOverview/reducer/index.ts b/SharePointFramework/PortfolioWebParts/src/components/PortfolioOverview/reducer/index.ts index 043b31349..b23e6d694 100644 --- a/SharePointFramework/PortfolioWebParts/src/components/PortfolioOverview/reducer/index.ts +++ b/SharePointFramework/PortfolioWebParts/src/components/PortfolioOverview/reducer/index.ts @@ -1,7 +1,12 @@ import { format, MessageBarType } from '@fluentui/react' import { createReducer } from '@reduxjs/toolkit' import strings from 'PortfolioWebPartsStrings' -import { ProjectColumn, setUrlHash, sortAlphabetically, sortNumerically } from 'pp365-shared-library' +import { + ProjectColumn, + setUrlHash, + sortAlphabetically, + sortNumerically +} from 'pp365-shared-library' import _ from 'underscore' import { IPortfolioOverviewHashState, IPortfolioOverviewState } from '../types' import {