{
  "version": "2.1.0",
  "$schema": "http://json.schemastore.org/sarif-2.1.0-rtm.5",
  "runs": [
    {
      "tool": {
        "driver": {
          "name": "ESLint",
          "informationUri": "https://eslint.org",
          "version": "9.37.0",
          "rules": [
            {
              "id": "@typescript-eslint/no-explicit-any",
              "helpUri": "https://typescript-eslint.io/rules/no-explicit-any",
              "properties": {},
              "shortDescription": {
                "text": "Disallow the `any` type"
              }
            },
            {
              "id": "no-control-regex",
              "helpUri": "https://eslint.org/docs/latest/rules/no-control-regex",
              "properties": {},
              "shortDescription": {
                "text": "Disallow control characters in regular expressions"
              }
            },
            {
              "id": "@typescript-eslint/no-require-imports",
              "helpUri": "https://typescript-eslint.io/rules/no-require-imports",
              "properties": {},
              "shortDescription": {
                "text": "Disallow invocation of `require()`"
              }
            },
            {
              "id": "@rushstack/pair-react-dom-render-unmount",
              "helpUri": "https://www.npmjs.com/package/@rushstack/eslint-plugin",
              "properties": {},
              "shortDescription": {
                "text": "Pair ReactDOM \"render\" and \"unmount\" calls in one file. If a ReactDOM render tree is not unmounted when disposed, it will cause a memory leak."
              }
            },
            {
              "id": "@rushstack/security/no-unsafe-regexp",
              "helpUri": "https://www.npmjs.com/package/@rushstack/eslint-plugin-security",
              "properties": {},
              "shortDescription": {
                "text": "Requires regular expressions to be constructed from string constants rather than dynamically building strings at runtime."
              }
            },
            {
              "id": "@typescript-eslint/no-unused-vars",
              "helpUri": "https://typescript-eslint.io/rules/no-unused-vars",
              "properties": {},
              "shortDescription": {
                "text": "Disallow unused variables"
              }
            },
            {
              "id": "no-unmodified-loop-condition",
              "helpUri": "https://eslint.org/docs/latest/rules/no-unmodified-loop-condition",
              "properties": {},
              "shortDescription": {
                "text": "Disallow unmodified loop conditions"
              }
            },
            {
              "id": "no-extend-native",
              "helpUri": "https://eslint.org/docs/latest/rules/no-extend-native",
              "properties": {},
              "shortDescription": {
                "text": "Disallow extending native types"
              }
            },
            {
              "id": "react/no-find-dom-node",
              "helpUri": "https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/no-find-dom-node.md",
              "properties": {
                "category": "Best Practices"
              },
              "shortDescription": {
                "text": "Disallow usage of findDOMNode"
              }
            },
            {
              "id": "@typescript-eslint/explicit-function-return-type",
              "helpUri": "https://typescript-eslint.io/rules/explicit-function-return-type",
              "properties": {},
              "shortDescription": {
                "text": "Require explicit return types on functions and class methods"
              }
            },
            {
              "id": "dot-notation",
              "helpUri": "https://eslint.org/docs/latest/rules/dot-notation",
              "properties": {},
              "shortDescription": {
                "text": "Enforce dot notation whenever possible"
              }
            },
            {
              "id": "@typescript-eslint/no-floating-promises",
              "helpUri": "https://typescript-eslint.io/rules/no-floating-promises",
              "properties": {},
              "shortDescription": {
                "text": "Require Promise-like statements to be handled appropriately"
              }
            },
            {
              "id": "require-atomic-updates",
              "helpUri": "https://eslint.org/docs/latest/rules/require-atomic-updates",
              "properties": {},
              "shortDescription": {
                "text": "Disallow assignments that can lead to race conditions due to usage of `await` or `yield`"
              }
            },
            {
              "id": "no-var",
              "helpUri": "https://eslint.org/docs/latest/rules/no-var",
              "properties": {},
              "shortDescription": {
                "text": "Require `let` or `const` instead of `var`"
              }
            },
            {
              "id": "no-async-promise-executor",
              "helpUri": "https://eslint.org/docs/latest/rules/no-async-promise-executor",
              "properties": {},
              "shortDescription": {
                "text": "Disallow using an async function as a Promise executor"
              }
            },
            {
              "id": "@rushstack/import-requires-chunk-name",
              "helpUri": "https://www.npmjs.com/package/@rushstack/eslint-plugin",
              "properties": {},
              "shortDescription": {
                "text": "Requires that calls to \"import(...)\" for code splitting include a Webpack chunk name"
              }
            },
            {
              "id": "prefer-const",
              "helpUri": "https://eslint.org/docs/latest/rules/prefer-const",
              "properties": {},
              "shortDescription": {
                "text": "Require `const` declarations for variables that are never reassigned after declared"
              }
            },
            {
              "id": "react/self-closing-comp",
              "helpUri": "https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/self-closing-comp.md",
              "properties": {
                "category": "Stylistic Issues"
              },
              "shortDescription": {
                "text": "Disallow extra closing tags for components without children"
              }
            },
            {
              "id": "max-lines",
              "helpUri": "https://eslint.org/docs/latest/rules/max-lines",
              "properties": {},
              "shortDescription": {
                "text": "Enforce a maximum number of lines per file"
              }
            },
            {
              "id": "no-script-url",
              "helpUri": "https://eslint.org/docs/latest/rules/no-script-url",
              "properties": {},
              "shortDescription": {
                "text": "Disallow `javascript:` URLs"
              }
            },
            {
              "id": "react/no-unescaped-entities",
              "helpUri": "https://github.com/jsx-eslint/eslint-plugin-react/tree/master/docs/rules/no-unescaped-entities.md",
              "properties": {
                "category": "Possible Errors"
              },
              "shortDescription": {
                "text": "Disallow unescaped HTML entities from appearing in markup"
              }
            },
            {
              "id": "no-unused-expressions",
              "helpUri": "https://eslint.org/docs/latest/rules/no-unused-expressions",
              "properties": {},
              "shortDescription": {
                "text": "Disallow unused expressions"
              }
            }
          ]
        }
      },
      "artifacts": [
        {
          "location": {
            "uri": "src/controls/accessibleAccordion/helpers/types.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/telemetry/version.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/telemetry/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/accessibleAccordion/components/ItemContext.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/accessibleAccordion/helpers/AccordionStore.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/accessibleAccordion/components/AccordionContext.tsx"
          }
        },
        {
          "location": {
            "uri": "src/common/utilities/ThemeUtility.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/accessibleAccordion/components/Accordion.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/accessibleAccordion/helpers/DisplayName.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/accessibleAccordion/helpers/uuid.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/accessibleAccordion/components/AccordionItem.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/accessibleAccordion/helpers/focus.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/accessibleAccordion/helpers/keycodes.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/accessibleAccordion/components/AccordionItemButton.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/accessibleAccordion/components/AccordionItemHeading.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/accessibleAccordion/components/AccordionItemPanel.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/accessibleAccordion/components/AccordionItemState.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/accessibleAccordion/index.tsx"
          }
        },
        {
          "location": {
            "uri": "src/AccessibleAccordion.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/accordion/Accordion.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/accordion/IAccordion.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/accordion/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/Accordion.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardDesignerHost/AdaptiveCardDesigner.Helpers.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardDesignerHost/AdaptiveCardDesigner.Styles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/models/IAadInfo.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/models/ICultureInfo.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/models/ISPListInfo.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/models/ISPListItemInfo.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/models/ISPSiteInfo.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/models/ISPWebInfo.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/models/IUserInfo.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/models/IAdaptiveCardHostEvaluationContext.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/AdaptiveCardHost.Utilities.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/fluentUIThemes/FluentUIDefaultTheme.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/fluentUIThemes/FluentUITeamsDarkTheme.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/fluentUIThemes/FluentUITeamsDefaultTheme.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/fluentUIThemes/FluentUITeamsHighContrastTheme.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/fluentUIThemes/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/fluentUI/HostCapability.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/fluentUI/HostConfig.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/fluentUI/Styles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/models/AdaptiveCardHostThemeType.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/models/IAdaptiveCardHostConfigResult.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/AdaptiveCardHost.HostConfig.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/fluentUI/Actions.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/fluentUI/Elements.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardDesignerHost/fluentUI/AdaptiveCardHostContainer.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardDesignerHost/fluentUI/peers/Shared.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardDesignerHost/fluentUI/peers/InputPeers.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardDesignerHost/fluentUI/peers/DesignerPeers.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardDesignerHost/IAdaptiveCardDesignerProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardDesignerHost/AdaptiveCardDesigner.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardDesignerHost/AdaptiveCardDesignerHost.Exports.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardDesignerHost/AdaptiveCardDesignerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardDesignerHost/fluentUI/peers/ActionPeers.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardDesignerHost/fluentUI/peers/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardDesignerHost/fluentUI/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardDesignerHost/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/AdaptiveCardDesignerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/AdaptiveCardHost.Exports.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/fluentUI/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/models/IAdaptiveCardHostActionResult.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/IAdaptiveCardHostProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/AdaptiveCardHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/models/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/adaptiveCardHost/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/AdaptiveCardHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/animatedDialog/AnimatedDialog.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/animatedDialog/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/AnimatedDialog.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/hooks/useCalendarStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/models/IAttendee.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/models/IEvents.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/models/IEventColors.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/hooks/useUtils.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/stack/IStackProps.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/stack/Stack.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/stack/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/RenderLabel/useRenderLabelStylesStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/RenderLabel/RenderLabel.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/RenderLabel/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/baseComponentProps/TBaseSpacing.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/baseComponentProps/THorizontalSpacing.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/baseComponentProps/THorizontalSpacingBreakPoints.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/baseComponentProps/TPading.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/baseComponentProps/TPaddingBreakPoints.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/baseComponentProps/TVerticalSpacing.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/baseComponentProps/TVerticalSpacingBreakPoints.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/baseComponentProps/IBaseProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/Card/ICardProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/constants/EBreakPoints.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/constants/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/hooks/useComponentsUtils.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/Card/useCardStyles.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/Card/Card.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/Card/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/EventDetailsPopover.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/RenderEventToDayOfMonth.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/Day.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/hooks/useWeekViewStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/EventPopoverCard.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/EventRender.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/utils/dateUtils.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/hooks/useCalendar.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/hooks/useDayViewStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/DayView.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/models/ECalendarViews.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/models/ICalendarControlProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/models/ICalendarDay.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/SelectCalendarView.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/selectDay/SelectDay.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/selectDay/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/selectMonth/CalendarMonth.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/selectMonth/SelectMonth.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/selectMonth/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/selectWeek/SelectWeek.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/Toolbar.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/WeekView.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/Calendar.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/Calendar.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/carousel/CarouselImage.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/carousel/ICarouselProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/carousel/ICarouselState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/carousel/Carousel.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/carousel/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/Carousel.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/chartControl/ChartControl.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/chartControl/ChartColorPalettes.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/chartControl/PaletteGenerator.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/chartControl/AccessibleChartTable.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/chartControl/AccessibleChartTable.tsx"
          }
        },
        {
          "location": {
            "uri": "src/common/utilities/ThemeColorHelper.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/chartControl/ChartControl.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/chartControl/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/ChartControl.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/SPEntities.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/Constants.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/extensions/String.extensions.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/Interfaces.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/Common.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/viewPicker/IViewPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/ISPService.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/contentTypePicker/IContentTypePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldCommon/IFieldRendererProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldBaseTextRenderer/FieldBaseTextRenderer.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldTextRenderer/FieldTextRenderer.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldDateRenderer/FieldDateRenderer.tsx"
          }
        },
        {
          "location": {
            "uri": "src/common/utilities/GeneralHelper.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/utilities/SPHelper.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldTitleRenderer/FieldTitleRenderer.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/iFrameDialog/IFrameDialogContent.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/iFrameDialog/IFrameDialog.tsx"
          }
        },
        {
          "location": {
            "uri": "src/Utilities.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldLookupRenderer/FieldLookupRenderer.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldUrlRenderer/FieldUrlRenderer.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldTaxonomyRenderer/FieldTaxonomyRenderer.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldUserRenderer/FieldUserHoverCard.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldUserRenderer/FieldUserRenderer.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/fileTypeIcon/IFileTypeIcon.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fileTypeIcon/FileTypeIcon.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/fileTypeIcon/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldFileTypeRenderer/FieldFileTypeRenderer.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldAttachmentsRenderer/FieldAttachmentsRenderer.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldNameRenderer/FieldNameRenderer.tsx"
          }
        },
        {
          "location": {
            "uri": "src/common/utilities/FieldRendererHelper.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/utilities/LocalesHelper.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/utilities/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/SPService.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/SPServiceFactory.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/contentTypePicker/ContentTypePicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/contentTypePicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/ContentTypePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dashboard/widget/IWidget.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dashboard/widget/Widget.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/dashboard/widget/WidgetBody.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/dashboard/widget/WidgetFooter.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/dashboard/DashboardCallout.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/dashboard/widget/WidgetTitle.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/dashboard/widget/DashboardWidget.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dashboard/DashboardTheme.tsx"
          }
        },
        {
          "location": {
            "uri": "src/common/model/TAction.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/toolbar/ToolbarActionsUtils.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/toolbar/ToolbarFilter.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/toolbar/ToolbarFind.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/toolbar/ToolbarTheme.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/toolbar/InFlowToolbarItem.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/toolbar/Toolbar.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/toolbar/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dashboard/Dashboard.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/dashboard/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/Dashboard.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dateTimePicker/DateTimeConventions.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dateTimePicker/TimeDisplayControlType.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dateTimePicker/IDateTimePickerStrings.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dateTimePicker/IDateTimePickerProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dateTimePicker/IDateTimePickerState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dateTimePicker/DateTimePickerStrings.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/errorMessage/ErrorMessage.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/dateTimePicker/ITimeComponentProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dateTimePicker/TimeHelper.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dateTimePicker/HoursComponent.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/dateTimePicker/MinutesComponent.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/dateTimePicker/SecondsComponent.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/dateTimePicker/DateTimePicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/dateTimePicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/DateTimePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dragDropFiles/IDragDropFiles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dragDropFiles/DragDropFiles.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/dragDropFiles/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/DragDropFiles.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/utilities/ICustomFormatting.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/IOneDriveService.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/FileBrowserService.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/FileBrowserService.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/FilesSearchService.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/WebSearchTab/IBingSearchResult.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/SPSitesService.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/FilesSearchService.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/OneDriveService.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/OrgAssetsService.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/FilePicker.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/FilePickerTab.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/IFilePickerProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/IFilePickerState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/LinkFilePickerTab/ILinkFilePickerTabProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/LinkFilePickerTab/ILinkFilePickerTabState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/LinkFilePickerTab/LinkFilePickerTab.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/OneDriveFilesTab/IOneDriveFilesTabProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/OneDriveFilesTab/OneDriveFilesTab.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/OneDriveFilesTab/IOneDriveFilesTabState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/controls/FileBrowser/FileBrowser.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/controls/FileBrowser/IFileBrowserState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/controls/FolderTile/IFolderTileProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/controls/FolderTile/FolderTile.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/controls/FolderTile/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/controls/DocumentTile/IDocumentTileProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/controls/DocumentTile/DocumentTile.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/controls/DocumentTile/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/controls/TilesList/ITilesListProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/controls/TilesList/TilesList.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/controls/FileBrowser/IFileBrowserProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/controls/FileBrowser/FileBrowser.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/OneDriveFilesTab/OneDriveFilesTab.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/placeholder/IPlaceholderComponent.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/placeholder/PlaceholderComponent.styles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/placeholder/PlaceholderComponent.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/placeholder/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/Placeholder.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/RecentFilesTab/IRecentFilesTabProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/RecentFilesTab/IRecentFilesTabState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/RecentFilesTab/RecentFilesTab.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/SiteFilePickerTab/ISiteFilePickerTabProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/SiteFilePickerTab/ISiteFilePickerTabState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/controls/DocumentLibraryBrowser/IDocumentLibraryBrowserProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/controls/DocumentLibraryBrowser/IDocumentLibraryBrowserState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/controls/DocumentLibraryBrowser/DocumentLibraryBrowser.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/SiteFilePickerTab/SiteFilePickerTab.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/StockImagesTab/IStockImagesProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/StockImagesTab/StockImagesModel.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/StockImagesTab/StockImages.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/UploadFilePickerTab/IUploadFilePickerTabProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/UploadFilePickerTab/IUploadFilePickerTabState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/UploadFilePickerTab/UploadFilePickerTab.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/MultipleUploadFilePickerTab/IMultipleUploadFilePickerTabProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/MultipleUploadFilePickerTab/IMultipleUploadFilePickerTabState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/MultipleUploadFilePickerTab/MultipleUploadFilePickerTab.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/WebSearchTab/WebSearchTab.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/WebSearchTab/IWebSearchTabProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/WebSearchTab/IWebSearchTabState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/WebSearchTab/WebSearchTab.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/FilePicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dynamicForm/dynamicField/IDynamicFieldProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dynamicForm/IDynamicFormState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dynamicForm/dynamicField/IDynamicFieldState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemPicker/IListItemPickerProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemPicker/IComboBoxListItemPickerProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemPicker/IListItemPickerState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemPicker/IComboBoxListItemPickerState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemPicker/ListItemPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/common/dal/ListItemRepository.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemPicker/ComboBoxListItemPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/locationPicker/ILocationPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/locationPicker/LocationPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/locationPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/peoplepicker/IPeoplePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/peoplepicker/IPeoplePickerContext.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/peoplepicker/IUsers.ts"
          }
        },
        {
          "location": {
            "uri": "src/PeoplePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/PeopleSearchService.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/peoplepicker/PeoplePickerComponent.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/peoplepicker/PrincipalType.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/peoplepicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/richText/SwatchColorPickerGroup.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/richText/SwatchColorPickerGroup.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/richText/RteColorPicker.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/richText/RteColorPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/richText/RichTextPropertyPane.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/richText/RichTextPropertyPane.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/richText/RichText.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/richText/RichText.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/richText/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/taxonomyPicker/ITermPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/ISPTermStorePickerService.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/SPTermStorePickerService.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/taxonomyPicker/termActions/ITermsActions.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/taxonomyPicker/ITaxonomyPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/taxonomyPicker/TermPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/taxonomyPicker/termActions/getTermActionChange.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/taxonomyPicker/termActions/DropdownTermAction.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/taxonomyPicker/termActions/ButtonTermAction.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/taxonomyPicker/termActions/TermActionsControl.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/taxonomyPicker/termActions/TermActions.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/taxonomyPicker/termActions/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/taxonomyPicker/Term.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/taxonomyPicker/TermParent.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/taxonomyPicker/TaxonomyPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/taxonomyPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dynamicForm/CurrencyMap.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/SPTaxonomyService.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/modernTaxonomyPicker/modernTermPicker/ModernTermPicker.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/modernTaxonomyPicker/termItem/TermItem.styles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/modernTaxonomyPicker/termItem/TermItem.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/modernTaxonomyPicker/termItem/TermItemSuggestion.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/modernTaxonomyPicker/modernTermPicker/ModernTermPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/modernTaxonomyPicker/taxonomyTree/TaxonomyTree.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/modernTaxonomyPicker/taxonomyPanelContents/TaxonomyPanelContents.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/modernTaxonomyPicker/taxonomyPanelContents/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/modernTaxonomyPicker/ModernTaxonomyPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/modernTaxonomyPicker/modernTermPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/modernTaxonomyPicker/taxonomyTree/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/modernTaxonomyPicker/termItem/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/modernTaxonomyPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dynamicForm/dynamicField/DynamicField.styles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dynamicForm/dynamicField/DynamicField.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/dynamicForm/dynamicField/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dynamicForm/IValidationErrorDialogProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dynamicForm/IDynamicFormProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/utilities/FormulaEvaluation.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/utilities/FormulaEvaluation.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/utilities/CustomFormatting.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dynamicForm/DynamicForm.styles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/dynamicForm/DynamicForm.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/dynamicForm/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/DynamicForm.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/enhancedThemeProvider/IEnhancedThemeProviderProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/enhancedThemeProvider/EnhancedThemeProvider.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/enhancedThemeProvider/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/EnhancedThemeProvider.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldAttachmentsRenderer/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/FieldAttachmentsRenderer.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldBaseTextRenderer/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/FieldBaseTextRenderer.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldCollectionData/ICustomCollectionField.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldCollectionData/IFieldCollectionData.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldCollectionData/collectionDataViewer/ICollectionDataViewerProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldCollectionData/FieldValidator.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldCollectionData/collectionDataViewer/ICollectionDataViewerState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldCollectionData/collectionDataItem/ICollectionDataItemProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldCollectionData/collectionDataItem/ErrorMsg.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldCollectionData/collectionDataItem/ICollectionDataItemState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldCollectionData/collectionIconField/ICollectionIconFieldProps.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldCollectionData/collectionIconField/CollectionIconField.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldCollectionData/collectionIconField/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldCollectionData/collectionDataItem/CollectionDataItem.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldCollectionData/collectionDataItem/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/pagination/Pagination.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/pagination/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldCollectionData/collectionDataViewer/CollectionDataViewer.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldCollectionData/collectionDataViewer/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldCollectionData/FieldCollectionData.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldCollectionData/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/FieldCollectionData.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldCommon/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/FieldCommon.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldDateRenderer/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/FieldDateRenderer.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldFileTypeRenderer/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/FieldFileTypeRenderer.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldLookupRenderer/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/FieldLookupRenderer.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldNameRenderer/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/FieldNameRenderer.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldPicker/IFieldPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldPicker/FieldPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/fieldPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/FieldPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldTaxonomyRenderer/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/FieldTaxonomyRenderer.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldTextRenderer/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/FieldTextRenderer.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldTitleRenderer/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/FieldTitleRenderer.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldUrlRenderer/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/FieldUrlRenderer.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/fields/fieldUserRenderer/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/FieldUserRenderer.ts"
          }
        },
        {
          "location": {
            "uri": "src/FilePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/FileTypeIcon.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filterBar/Pill.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/filterBar/IFilterBarItemGroup.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filterBar/PillGroup.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/filterBar/OverflowPill.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/filterBar/IFilterBarItem.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filterBar/FilterlBar.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/filterBar/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/FilterBar.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/IFolderExplorerService.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/FolderExplorerService.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/folderExplorer/NewFolder/NewFolder.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/folderExplorer/NewFolder/INewFolderProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/folderExplorer/NewFolder/INewFolderState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/folderExplorer/NewFolder/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/folderExplorer/FolderExplorer/FolderExplorer.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/folderExplorer/FolderExplorer/IFolderExplorerProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/folderExplorer/FolderExplorer/IFolderExplorerState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/folderExplorer/FolderExplorer/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/folderExplorer/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/FolderExplorer.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/folderPicker/FolderPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/folderPicker/IFolderPickerProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/folderPicker/IFolderPickerState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/folderPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/FolderPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/gridLayout/GridLayout.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/gridLayout/GridLayout.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/gridLayout/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/GridLayout.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/groupPicker/IGroupPickerState.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/model/ITeamMember.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/model/ITeam.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/model/ITeamChannel.ts"
          }
        },
        {
          "location": {
            "uri": "src/hooks/useTeams.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/model/IGroup.ts"
          }
        },
        {
          "location": {
            "uri": "src/hooks/useGroups.ts"
          }
        },
        {
          "location": {
            "uri": "src/hooks/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/groupPicker/IGroupPickerProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/groupPicker/GroupPickerStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/groupPicker/GroupPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/groupPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/GroupPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/HoverReactionsBar/models/IFluentEmoji.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/HoverReactionsBar/hooks/useFluentEmojis.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/HoverReactionsBar/hooks/useOnClickOutside.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/HoverReactionsBar/IHoverReactionsBarProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/HoverReactionsBar/components/reactionPicker/useReactionPickerStyle.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/HoverReactionsBar/components/reactionPicker/ReactionGroups.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/HoverReactionsBar/components/reactionPicker/RenderEmoji.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/HoverReactionsBar/components/reactionPicker/ReactionPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/HoverReactionsBar/components/hoverReactionbarControl/useHoverReactionsStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/HoverReactionsBar/components/hoverReactionbarControl/HoverReactionBarControl.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/HoverReactionsBar/HoverReactionsBar.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/HoverReactionsBar/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/HoverReactionsBar.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/iFrameDialog/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/IFrameDialog.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/iFramePanel/IFramePanelContent.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/iFramePanel/IFramePanelContentProps.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/iFramePanel/IFramePanelContentState.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/iFramePanel/IFramePanel.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/iFramePanel/IFramePanelProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/iFramePanel/IFramePanelState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/iFramePanel/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/IFramePanel.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/iconPicker/IIconPickerProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/iconPicker/IIconPickerState.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/FluentIconsService.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/iconPicker/IconPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/iconPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/IconPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/IFilePickerResult.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/atoms/contextState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/constants/constants.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/models/ISearchImagesResult.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/models/ISearchResult.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/models/ISearchSiteAssetsResult.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/hooks/useGrapAPI.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/hooks/useSpAPI.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/hooks/useUtils.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/renderHeader/useRenderHeaderStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/renderHeader/RenderHeader.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/StockImagesModel.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/useImagePickerStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/SelectStokImage.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/constants/EUploadLocations.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/hooks/useDeleteFile.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/models/IFileExtended.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/uploadFiles/SelectUploadLocation.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/models/IUploadFileResult.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/hooks/useUploadFile.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/uploadFiles/useUploadFilesStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/uploadFiles/DeleteFile.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/uploadFiles/FileError.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/uploadFiles/FileProgress.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/uploadFiles/RetryUpload.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/uploadFiles/UploadFile.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/uploadFiles/UploadFiles.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/Upload.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/selectFromSharePoint.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/ImagePicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/ImagePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/KPIControl/stack/IStackProps.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/KPIControl/stack/Stack.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/KPIControl/useKpiStyles.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/KPIControl/IKpiCardData.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/KPIControl/IKpiCardProps.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/KPIControl/KpiCard.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/KPIControl/KpiCardSkeleton.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/KPIControl/NoKpisCard.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/KPIControl/showError/IErrorDisplayProps.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/KPIControl/stack/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/KPIControl/showError/useShowErrorStyles.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/KPIControl/showError/ShowError.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/KPIControl/showError/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/KPIControl/KpiCardCompact.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/KPIControl/Kpis.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/KPIControl/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/KPIControl.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemAttachments/AttachmentsDisplayMode.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemAttachments/IListItemAttachmentsProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemAttachments/IListItemAttachmentFile.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemAttachments/IListItemAttachmentsState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemAttachments/IUploadAttachmentProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemAttachments/IUploadAttachmentState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemAttachments/utilities.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemAttachments/UploadAttachment.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemAttachments/ListItemAttachments.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemAttachments/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/ListItemAttachments.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/ListItemCommentsStateProvider/EListItemCommentsStateTypes.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/ErrorInfo/IErrorInfo.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/Comments/IComment.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/models/IAddCommentPayload.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/models/IPageInfo.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/models/IUsersResults.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/models/IlistItemCommentsResults.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/models/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/common/ECommentAction.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/ListItemCommentsStateProvider/IListItemCommentsState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/ListItemCommentsStateProvider/IListItemCommentsStateContext.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/ListItemCommentsStateProvider/ListItemCommentsStateReducer.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/ListItemCommentsStateProvider/ListItemCommentsStateProvider.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/ListItemCommentsStateProvider/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/common/AppContext.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/common/IAppContext.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/common/constants.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/common/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/hooks/useMsGraphAPI.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/hooks/useSpAPI.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/hooks/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/Comments/useListItemCommentsStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/utils/utils.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/ErrorInfo/ErrorInfo.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/ErrorInfo/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/Comments/RenderError.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/Comments/RenderSpinner.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/AddComment/useAddCommentStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/AddComment/AddComment.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/LivePersona/ILivePersonaProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/LivePersona/LivePersona.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/LivePersona/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/Comments/CommentText.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/Comments/CommentItem.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/ConfirmDelete/ConfirmDelete.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/Comments/LikedUserList.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/Comments/RenderComments.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/Comments/CommentsList.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/ListItemComments.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/AddComment/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/ConfirmDelete/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/ListItemComments.ts"
          }
        },
        {
          "location": {
            "uri": "src/ListItemPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listPicker/IListPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listPicker/ListPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/ListPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listView/IListView.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listView/ListView.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listView/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/ListView.ts"
          }
        },
        {
          "location": {
            "uri": "src/LivePersona.ts"
          }
        },
        {
          "location": {
            "uri": "src/LocationPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/map/IMapProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/map/IMapState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/map/IMap.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/map/Map.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/map/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/Map.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/modernAudio/ModernAudioLabelPosition.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/modernAudio/IModernAudioProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/modernAudio/ModernAudio.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/modernAudio/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/ModernAudio.ts"
          }
        },
        {
          "location": {
            "uri": "src/ModernTaxonomyPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/monacoEditor/IMonacoEditorProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/monacoEditor/useMonacoEditorStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/monacoEditor/useMonaco.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/monacoEditor/Error.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/monacoEditor/MonacoEditor.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/monacoEditor/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/MonacoEditor.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/MyTeams/IMyTeamsProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/MyTeams/MyTeamsStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/MyTeams/components/Team/ITeam.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/MyTeams/components/Team/ITeamProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/model/EMembershipType.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/MyTeams/components/ShowMessage/IShowMessageProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/MyTeams/components/ShowMessage/ShowMessage.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/MyTeams/components/ShowMessage/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/MyTeams/components/Team/ITeamState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/MyTeams/components/Team/ETeamTypes.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/MyTeams/components/Team/TeamReducer.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/MyTeams/components/Team/Team.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/MyTeams/components/Team/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/MyTeams/IMyTeamsState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/MyTeams/EMyTeamsTypes.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/MyTeams/MyTeamsReducer.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/MyTeams/MyTeams.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/MyTeams/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/MyTeams.ts"
          }
        },
        {
          "location": {
            "uri": "src/Pagination.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/progress/IProgress.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/progress/Action.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/progress/Progress.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/progress/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/Progress.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/ProgressStepsIndicator/IStep.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/ProgressStepsIndicator/IProgressStepsIndicatorProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/ProgressStepsIndicator/ProgressStepsIndicatorStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/ProgressStepsIndicator/ProgressStepsIndicator.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/ProgressStepsIndicator/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/ProgressStepsIndicator.ts"
          }
        },
        {
          "location": {
            "uri": "src/RichText.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/securityTrimmedControl/ISecurityTrimmedControlProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/securityTrimmedControl/ISecurityTrimmedControlState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/securityTrimmedControl/SecurityTrimmedControl.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/securityTrimmedControl/PermissionLevel.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/securityTrimmedControl/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/SecurityTrimmedControl.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/shareDialog/renderDialog/RenderDialog.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/shareDialog/renderDialog/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/shareDialog/ShareDialog.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/shareDialog/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/ShareDialog.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/siteBreadcrumb/ISiteBreadcrumb.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/siteBreadcrumb/SiteBreadcrumb.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/siteBreadcrumb/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/SiteBreadcrumb.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/sitePicker/ISitePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/sitePicker/SitePicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/sitePicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/SitePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/TaxonomyPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TeamChannelPicker/ITeamChannelPickerState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TeamChannelPicker/ITeamChannelPickerProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TeamChannelPicker/TeamChannelPickerStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TeamChannelPicker/EMembersipType.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TeamChannelPicker/TeamChannelPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/TeamChannelPicker/constants.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TeamChannelPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/TeamChannelPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TeamPicker/ITeamPickerState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TeamPicker/ITeamPickerProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TeamPicker/constants.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TeamPicker/TeamPickerStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TeamPicker/TeamPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/TeamPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/TeamPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/INavigationProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/models/IGlobalState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/atoms/globalState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/models/IErrorMessageProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/ErrorMessage/useErrorMessageStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/ErrorMessage/ErrorMessage.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/constants/constants.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/models/ITerms.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/models/ITermSetListResponse.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/utils/useUtils.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/hooks/useSessionStorage.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/hooks/useGraphTaxonomyAPI.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/NavigationContextMenu.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/useNavigationStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/RenderLink.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/RenderNoOptions.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/utils/useTaxonomyUtils.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/Navigation.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/RenderGroupHeader.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/TermSetNavigation.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/TermSetNavigation.ts"
          }
        },
        {
          "location": {
            "uri": "src/Toolbar.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/treeView/ITreeItemActions.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/treeView/ITreeItem.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/treeView/ITreeViewProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/treeView/ITreeViewState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/treeView/ButtonTreeItemAction.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/treeView/DropdownTreeItemAction.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/treeView/TreeItemActionsControl.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/treeView/TreeItem.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/treeView/TreeView.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/treeView/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/TreeView.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/models/IGlobalState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/jotai/atoms/globalState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/jotai/atoms/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/hooks/useUtils.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/File/useFileStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/File/FileInfo.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/UploadButton/UploadButton.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/FileCommandBar/IFileCommandBarProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/FileCommandBar/useFileCommandBarStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/FileCommandBar/FileCommandBar.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/NoDocuments/useNoDocumentsStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/NoDocuments/NoDocuments.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/DocumentList/IDocumentListProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/constants/constants.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/DocumentList/useDocumentListStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/DocumentList/DocumentList.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/DocumentList/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/File/IFileProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/File/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/FileCommandBar/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/NoDocuments/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/UploadButton/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/UploadFiles/IUploadFilesProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/UploadFiles/UploadFilesControl.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/UploadFiles/useUploadFilesStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/UploadFiles/UploadFiles.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/UploadFiles/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/components/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/constants/ECommandBarActions.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/constants/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/hooks/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/models/IFile.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/models/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/uploadFiles/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/UploadFiles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/models/IUserInfo.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/IUserPickerProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/models/IGlobalState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/atoms/globalState.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/constants/EMessageTypes.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/models/IGraphBatchRequest.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/hooks/useLocalStorage.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/hooks/useUtils.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/hooks/useGraphUserAPI.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/hooks/useOnClickOutside.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/showMessage/IShowMessage.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/showMessage/useShowMessageStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/showMessage/ShowMessage.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/userCard/useUserCardStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/userCard/NoUser.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/userCard/UserCard.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/useUserPickerStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/PopUpMenu.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/User.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/useUserPickerPositioning.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/UserPickerControl.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/UserPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/UserPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/variantThemeProvider/VariantThemeProviderProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/variantThemeProvider/VariantThemeProviderHelpers.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/variantThemeProvider/VariantThemeProvider.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/variantThemeProvider/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/VariantThemeProvider.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/viewPicker/ViewPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/viewPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/ViewPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/webPartTitle/WebPartTitle.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/webPartTitle/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/WebPartTitle.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/worldMap/IData.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/worldMap/IWorldMapProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/worldMap/IMaplibreWorldMapProps.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/worldMap/MapNavigation.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/worldMap/IMarker.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/worldMap/IMarkerProps.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/worldMap/TooltipContent.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/worldMap/Marker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/worldMap/useCleanMapStyle.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/worldMap/WorldMapControl.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/worldMap/WorldMap.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/worldMap/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/WorldMap.ts"
          }
        },
        {
          "location": {
            "uri": "src/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/mocks/RequestClientMock.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/HoverReactionsBar/models/IEmoji.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/ListToolbar/IToolbarItem.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/ListToolbar/FlatItem.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/ListToolbar/helpers.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/ListToolbar/IListToolbarProps.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/ListToolbar/useListToolbarStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/ListToolbar/useOverflowIndex.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/ListToolbar/IToolbarItemRendererProps.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/ListToolbar/ToolbarItemRenderer.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/ListToolbar/ListToolbarControl.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/ListToolbar/ListToolbar.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/ListToolbar/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/TermSetNavigation/models/IContextMenuOption.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/baseComponentProps/TLayoutBreakPoints.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/constants/EMessageTypes.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/calendar/selectWeek/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/chartControl/PaletteGenerator.test.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/LinkFilePickerTab/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/MultipleUploadFilePickerTab/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/OneDriveFilesTab/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/RecentFilesTab/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/SiteFilePickerTab/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/StockImagesTab/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/UploadFilePickerTab/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/WebSearchTab/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/controls/FileBrowser/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/controls/DocumentLibraryBrowser/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/controls/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/filePicker/controls/TilesList/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/iconPicker/IconNames.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/models/IImageFile.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/IImagePickerProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/constants/EMessageTypes.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/Comments/RenderUser/RenderUser.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/Comments/RenderUser/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/modernTaxonomyPicker/termItem/TermItemSuggestion.styles.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/constants/EAppHostname.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/constants/constants.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/userPicker/models/IFileInfo.ts"
          }
        },
        {
          "location": {
            "uri": "src/extensions/ootbFields/components/Customizer/OotbFields.tsx"
          }
        },
        {
          "location": {
            "uri": "src/extensions/ootbFields/OotbFieldsFieldCustomizer.ts"
          }
        },
        {
          "location": {
            "uri": "src/extensions/testApp/TestApp.tsx"
          }
        },
        {
          "location": {
            "uri": "src/extensions/testApp/TestApplicationCustomizer.ts"
          }
        },
        {
          "location": {
            "uri": "src/extensions/testForm/components/TestForm.tsx"
          }
        },
        {
          "location": {
            "uri": "src/extensions/testForm/TestFormCustomizer.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/bg-bg.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/ca-es.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/cs-cz.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/da-dk.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/de-de.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/el-gr.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/en-us.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/es-es.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/et-ee.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/eu-es.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/fi-fi.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/fr-ca.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/fr-fr.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/it-it.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/ja-jp.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/lt-lt.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/lv-lv.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/nb-no.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/nl-nl.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/pl-pl.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/pt-br.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/pt-pt.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/ro-ro.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/ru-ru.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/sk-sk.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/sr-latn-rs.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/sv-se.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/tr-tr.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/vi-vn.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/zh-cn.ts"
          }
        },
        {
          "location": {
            "uri": "src/loc/zh-tw.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/PeoplePickerMockClient.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/SPServiceMock.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/SPTermStorePickerMockService.ts"
          }
        },
        {
          "location": {
            "uri": "src/webparts/controlsTest/IControlsTestWebPartProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/webparts/controlsTest/components/ControlsTestEnhancedThemeProvider.tsx"
          }
        },
        {
          "location": {
            "uri": "src/webparts/controlsTest/components/IControlsTestProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/webparts/controlsTest/components/IControlsTestState.ts"
          }
        },
        {
          "location": {
            "uri": "src/webparts/controlsTest/components/TestCalendarControl.tsx"
          }
        },
        {
          "location": {
            "uri": "src/webparts/controlsTest/components/WorldMap.tsx"
          }
        },
        {
          "location": {
            "uri": "src/webparts/controlsTest/components/TestControl.tsx"
          }
        },
        {
          "location": {
            "uri": "src/webparts/controlsTest/components/ControlsTest.tsx"
          }
        },
        {
          "location": {
            "uri": "src/webparts/controlsTest/propertyPane/controls/ControlToggles.tsx"
          }
        },
        {
          "location": {
            "uri": "src/webparts/controlsTest/propertyPane/PropertyPaneControlToggles.ts"
          }
        },
        {
          "location": {
            "uri": "src/webparts/controlsTest/propertyPane/controls/ListPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/webparts/controlsTest/propertyPane/PropertyPaneListPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/webparts/controlsTest/ControlsTestWebPart.ts"
          }
        },
        {
          "location": {
            "uri": "src/webparts/controlsTest/propertyPane/IListPickerState.ts"
          }
        },
        {
          "location": {
            "uri": "src/webparts/controlsTest/test/ControlsTestWebPart.test.ts"
          }
        },
        {
          "location": {
            "uri": "src/controls/chartControl/AccessibleChartTable.test.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/chartControl/ChartControl.test.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/fileTypeIcon/FileTypeIcon.test.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/gridLayout/GridLayout.test.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/imagePicker/RenderSpninner/RenderSpinner.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemComments/components/Comments/RenderNoComments.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listItemPicker/ComboBoxListItemPicker.test.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/listView/ListView.test.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/placeholder/PlaceholderComponent.test.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/webPartTitle/WebPartTitle.test.tsx"
          }
        },
        {
          "location": {
            "uri": "src/controls/worldMap/examples.tsx"
          }
        },
        {
          "location": {
            "uri": "src/webparts/controlsTest/components/TestImagePickerControl.tsx"
          }
        },
        {
          "location": {
            "uri": "src/webparts/controlsTest/components/TestUserPickerControl.tsx"
          }
        }
      ],
      "results": [
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/telemetry/index.ts",
                  "index": 2
                },
                "region": {
                  "startLine": 14,
                  "startColumn": 58,
                  "endLine": 14,
                  "endColumn": 61
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/telemetry/index.ts",
                  "index": 2
                },
                "region": {
                  "startLine": 25,
                  "startColumn": 65,
                  "endLine": 25,
                  "endColumn": 68
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/utilities/ThemeUtility.ts",
                  "index": 6
                },
                "region": {
                  "startLine": 341,
                  "startColumn": 55,
                  "endLine": 341,
                  "endColumn": 58
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected control character(s) in regular expression: \\x09, \\x0a, \\x0c, \\x0d."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/accessibleAccordion/helpers/uuid.ts",
                  "index": 9
                },
                "region": {
                  "startLine": 21,
                  "startColumn": 17,
                  "endLine": 21,
                  "endColumn": 52
                }
              }
            }
          ],
          "ruleId": "no-control-regex",
          "ruleIndex": 1,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardDesignerHost/AdaptiveCardDesigner.Helpers.ts",
                  "index": 23
                },
                "region": {
                  "startLine": 61,
                  "startColumn": 50,
                  "endLine": 61,
                  "endColumn": 53
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardDesignerHost/AdaptiveCardDesigner.Styles.ts",
                  "index": 24
                },
                "region": {
                  "startLine": 1,
                  "startColumn": 52,
                  "endLine": 1,
                  "endColumn": 55
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "error",
          "message": {
            "text": "A `require()` style import is forbidden."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardDesignerHost/AdaptiveCardDesigner.Styles.ts",
                  "index": 24
                },
                "region": {
                  "startLine": 3,
                  "startColumn": 5,
                  "endLine": 3,
                  "endColumn": 49
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-require-imports",
          "ruleIndex": 2,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardHost/fluentUI/HostConfig.ts",
                  "index": 40
                },
                "region": {
                  "startLine": 33,
                  "startColumn": 60,
                  "endLine": 33,
                  "endColumn": 63
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardHost/fluentUI/HostConfig.ts",
                  "index": 40
                },
                "region": {
                  "startLine": 34,
                  "startColumn": 21,
                  "endLine": 34,
                  "endColumn": 24
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardHost/fluentUI/HostConfig.ts",
                  "index": 40
                },
                "region": {
                  "startLine": 267,
                  "startColumn": 62,
                  "endLine": 267,
                  "endColumn": 65
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardHost/fluentUI/HostConfig.ts",
                  "index": 40
                },
                "region": {
                  "startLine": 268,
                  "startColumn": 21,
                  "endLine": 268,
                  "endColumn": 24
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardHost/fluentUI/HostConfig.ts",
                  "index": 40
                },
                "region": {
                  "startLine": 505,
                  "startColumn": 59,
                  "endLine": 505,
                  "endColumn": 62
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardHost/fluentUI/HostConfig.ts",
                  "index": 40
                },
                "region": {
                  "startLine": 506,
                  "startColumn": 21,
                  "endLine": 506,
                  "endColumn": 24
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardHost/fluentUI/HostConfig.ts",
                  "index": 40
                },
                "region": {
                  "startLine": 744,
                  "startColumn": 67,
                  "endLine": 744,
                  "endColumn": 70
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardHost/fluentUI/HostConfig.ts",
                  "index": 40
                },
                "region": {
                  "startLine": 745,
                  "startColumn": 21,
                  "endLine": 745,
                  "endColumn": 24
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Pair the render and unmount calls to avoid memory leaks."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardHost/fluentUI/Actions.tsx",
                  "index": 45
                },
                "region": {
                  "startLine": 115,
                  "startColumn": 3,
                  "endLine": 125,
                  "endColumn": 13,
                  "snippet": {
                    "text": "ReactDOM.render(\n    <ActionButton\n      text={title}\n      className={baseCssClass}\n      iconUrl={iconUrl}\n      iconPlacement={iconPlacement}\n      iconSize={iconSize}\n      actionClickHandler={actionClickHandler}\n      style={style}\n      theme={theme}\n    />, div)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 3
        },
        {
          "level": "warning",
          "message": {
            "text": "Pair the render and unmount calls to avoid memory leaks."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardHost/fluentUI/Elements.tsx",
                  "index": 46
                },
                "region": {
                  "startLine": 26,
                  "startColumn": 3,
                  "endLine": 26,
                  "endColumn": 38,
                  "snippet": {
                    "text": "ReactDOM.render(renderReact(), div)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 3,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardHost/fluentUI/Elements.tsx",
                  "index": 46
                },
                "region": {
                  "startLine": 101,
                  "startColumn": 39,
                  "endLine": 101,
                  "endColumn": 42,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardHost/fluentUI/Elements.tsx",
                  "index": 46
                },
                "region": {
                  "startLine": 101,
                  "startColumn": 52,
                  "endLine": 101,
                  "endColumn": 55,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Regular expressions should be constructed from string constants. Dynamically building strings at runtime may introduce security vulnerabilities, performance concerns, and bugs involving incorrect escaping of special characters."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardHost/fluentUI/Elements.tsx",
                  "index": 46
                },
                "region": {
                  "startLine": 639,
                  "startColumn": 14,
                  "endLine": 639,
                  "endColumn": 41,
                  "snippet": {
                    "text": "new RegExp(this.regex, \"g\")"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/security/no-unsafe-regexp",
          "ruleIndex": 4,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardDesignerHost/fluentUI/peers/Shared.ts",
                  "index": 48
                },
                "region": {
                  "startLine": 19,
                  "startColumn": 28,
                  "endLine": 19,
                  "endColumn": 31
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardDesignerHost/fluentUI/peers/Shared.ts",
                  "index": 48
                },
                "region": {
                  "startLine": 24,
                  "startColumn": 32,
                  "endLine": 24,
                  "endColumn": 35
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardDesignerHost/fluentUI/peers/Shared.ts",
                  "index": 48
                },
                "region": {
                  "startLine": 33,
                  "startColumn": 47,
                  "endLine": 33,
                  "endColumn": 50
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/adaptiveCardDesignerHost/fluentUI/peers/Shared.ts",
                  "index": 48
                },
                "region": {
                  "startLine": 132,
                  "startColumn": 73,
                  "endLine": 132,
                  "endColumn": 76
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "error",
          "message": {
            "text": "A `require()` style import is forbidden."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/animatedDialog/AnimatedDialog.tsx",
                  "index": 68
                },
                "region": {
                  "startLine": 10,
                  "startColumn": 1,
                  "endLine": 10,
                  "endColumn": 39
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-require-imports",
          "ruleIndex": 2,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'_sPadding' is assigned a value but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/calendar/hooks/useComponentsUtils.ts",
                  "index": 93
                },
                "region": {
                  "startLine": 376,
                  "startColumn": 18,
                  "endLine": 376,
                  "endColumn": 27
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'_sMargin' is assigned a value but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/calendar/hooks/useComponentsUtils.ts",
                  "index": 93
                },
                "region": {
                  "startLine": 377,
                  "startColumn": 17,
                  "endLine": 377,
                  "endColumn": 25
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'_sPt' is assigned a value but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/calendar/hooks/useComponentsUtils.ts",
                  "index": 93
                },
                "region": {
                  "startLine": 378,
                  "startColumn": 21,
                  "endLine": 378,
                  "endColumn": 25
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'_sPl' is assigned a value but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/calendar/hooks/useComponentsUtils.ts",
                  "index": 93
                },
                "region": {
                  "startLine": 379,
                  "startColumn": 22,
                  "endLine": 379,
                  "endColumn": 26
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'_sPr' is assigned a value but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/calendar/hooks/useComponentsUtils.ts",
                  "index": 93
                },
                "region": {
                  "startLine": 380,
                  "startColumn": 23,
                  "endLine": 380,
                  "endColumn": 27
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'_sPb' is assigned a value but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/calendar/hooks/useComponentsUtils.ts",
                  "index": 93
                },
                "region": {
                  "startLine": 381,
                  "startColumn": 24,
                  "endLine": 381,
                  "endColumn": 28
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'_sMt' is assigned a value but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/calendar/hooks/useComponentsUtils.ts",
                  "index": 93
                },
                "region": {
                  "startLine": 382,
                  "startColumn": 20,
                  "endLine": 382,
                  "endColumn": 24
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'_sMl' is assigned a value but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/calendar/hooks/useComponentsUtils.ts",
                  "index": 93
                },
                "region": {
                  "startLine": 383,
                  "startColumn": 21,
                  "endLine": 383,
                  "endColumn": 25
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'_sMr' is assigned a value but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/calendar/hooks/useComponentsUtils.ts",
                  "index": 93
                },
                "region": {
                  "startLine": 384,
                  "startColumn": 22,
                  "endLine": 384,
                  "endColumn": 26
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'_sMb' is assigned a value but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/calendar/hooks/useComponentsUtils.ts",
                  "index": 93
                },
                "region": {
                  "startLine": 385,
                  "startColumn": 23,
                  "endLine": 385,
                  "endColumn": 27
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'currentDate' is not modified in this loop."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/calendar/hooks/useCalendar.ts",
                  "index": 104
                },
                "region": {
                  "startLine": 70,
                  "startColumn": 16,
                  "endLine": 70,
                  "endColumn": 27
                }
              }
            }
          ],
          "ruleId": "no-unmodified-loop-condition",
          "ruleIndex": 6,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'eventEnd' is not modified in this loop."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/calendar/hooks/useCalendar.ts",
                  "index": 104
                },
                "region": {
                  "startLine": 70,
                  "startColumn": 31,
                  "endLine": 70,
                  "endColumn": 39
                }
              }
            }
          ],
          "ruleId": "no-unmodified-loop-condition",
          "ruleIndex": 6,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'currentSlot' is not modified in this loop."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/calendar/hooks/useCalendar.ts",
                  "index": 104
                },
                "region": {
                  "startLine": 126,
                  "startColumn": 20,
                  "endLine": 126,
                  "endColumn": 31
                }
              }
            }
          ],
          "ruleId": "no-unmodified-loop-condition",
          "ruleIndex": 6,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'eventEnd' is not modified in this loop."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/calendar/hooks/useCalendar.ts",
                  "index": 104
                },
                "region": {
                  "startLine": 126,
                  "startColumn": 35,
                  "endLine": 126,
                  "endColumn": 43
                }
              }
            }
          ],
          "ruleId": "no-unmodified-loop-condition",
          "ruleIndex": 6,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/carousel/Carousel.tsx",
                  "index": 125
                },
                "region": {
                  "startLine": 445,
                  "startColumn": 37,
                  "endLine": 445,
                  "endColumn": 40
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/SPEntities.ts",
                  "index": 137
                },
                "region": {
                  "startLine": 163,
                  "startColumn": 11,
                  "endLine": 163,
                  "endColumn": 14
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/extensions/String.extensions.ts",
                  "index": 139
                },
                "region": {
                  "startLine": 14,
                  "startColumn": 23,
                  "endLine": 14,
                  "endColumn": 26
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "String prototype is read only, properties should not be added."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/extensions/String.extensions.ts",
                  "index": 139
                },
                "region": {
                  "startLine": 21,
                  "startColumn": 1,
                  "endLine": 23,
                  "endColumn": 2
                }
              }
            }
          ],
          "ruleId": "no-extend-native",
          "ruleIndex": 7,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "String prototype is read only, properties should not be added."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/extensions/String.extensions.ts",
                  "index": 139
                },
                "region": {
                  "startLine": 28,
                  "startColumn": 1,
                  "endLine": 94,
                  "endColumn": 2
                }
              }
            }
          ],
          "ruleId": "no-extend-native",
          "ruleIndex": 7,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "String prototype is read only, properties should not be added."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/extensions/String.extensions.ts",
                  "index": 139
                },
                "region": {
                  "startLine": 99,
                  "startColumn": 1,
                  "endLine": 132,
                  "endColumn": 2
                }
              }
            }
          ],
          "ruleId": "no-extend-native",
          "ruleIndex": 7,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/ISPService.ts",
                  "index": 144
                },
                "region": {
                  "startLine": 79,
                  "startColumn": 17,
                  "endLine": 79,
                  "endColumn": 20
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/ISPService.ts",
                  "index": 144
                },
                "region": {
                  "startLine": 81,
                  "startColumn": 22,
                  "endLine": 81,
                  "endColumn": 25
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/ISPService.ts",
                  "index": 144
                },
                "region": {
                  "startLine": 267,
                  "startColumn": 158,
                  "endLine": 267,
                  "endColumn": 161
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Regular expressions should be constructed from string constants. Dynamically building strings at runtime may introduce security vulnerabilities, performance concerns, and bugs involving incorrect escaping of special characters."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/utilities/GeneralHelper.ts",
                  "index": 150
                },
                "region": {
                  "startLine": 182,
                  "startColumn": 38,
                  "endLine": 193,
                  "endColumn": 18,
                  "snippet": {
                    "text": "new RegExp(\n            '<(?:'\n            // Comment body.\n            + '!--(?:(?:-*[^->])*--+|-?)'\n            // Special \"raw text\" elements whose content should be elided.\n            + '|script\\\\b' + tagBody + '>[\\\\s\\\\S]*?</script\\\\s*'\n            + '|style\\\\b' + tagBody + '>[\\\\s\\\\S]*?</style\\\\s*'\n            // Regular name\n            + '|/?[a-z]'\n            + tagBody\n            + ')>',\n            'gi')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/security/no-unsafe-regexp",
          "ruleIndex": 4,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/utilities/GeneralHelper.ts",
                  "index": 150
                },
                "region": {
                  "startLine": 207,
                  "startColumn": 36,
                  "endLine": 207,
                  "endColumn": 39,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/utilities/GeneralHelper.ts",
                  "index": 150
                },
                "region": {
                  "startLine": 251,
                  "startColumn": 20,
                  "endLine": 251,
                  "endColumn": 23,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/utilities/SPHelper.ts",
                  "index": 151
                },
                "region": {
                  "startLine": 44,
                  "startColumn": 44,
                  "endLine": 44,
                  "endColumn": 47
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/utilities/SPHelper.ts",
                  "index": 151
                },
                "region": {
                  "startLine": 155,
                  "startColumn": 127,
                  "endLine": 155,
                  "endColumn": 130
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/utilities/SPHelper.ts",
                  "index": 151
                },
                "region": {
                  "startLine": 156,
                  "startColumn": 28,
                  "endLine": 156,
                  "endColumn": 31
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/utilities/SPHelper.ts",
                  "index": 151
                },
                "region": {
                  "startLine": 276,
                  "startColumn": 88,
                  "endLine": 276,
                  "endColumn": 91
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/utilities/SPHelper.ts",
                  "index": 151
                },
                "region": {
                  "startLine": 277,
                  "startColumn": 24,
                  "endLine": 277,
                  "endColumn": 27
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/utilities/SPHelper.ts",
                  "index": 151
                },
                "region": {
                  "startLine": 277,
                  "startColumn": 32,
                  "endLine": 277,
                  "endColumn": 35
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/utilities/SPHelper.ts",
                  "index": 151
                },
                "region": {
                  "startLine": 280,
                  "startColumn": 44,
                  "endLine": 280,
                  "endColumn": 47
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/utilities/SPHelper.ts",
                  "index": 151
                },
                "region": {
                  "startLine": 373,
                  "startColumn": 90,
                  "endLine": 373,
                  "endColumn": 93
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/utilities/SPHelper.ts",
                  "index": 151
                },
                "region": {
                  "startLine": 380,
                  "startColumn": 39,
                  "endLine": 380,
                  "endColumn": 42
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/iFrameDialog/IFrameDialogContent.tsx",
                  "index": 153
                },
                "region": {
                  "startLine": 42,
                  "startColumn": 51,
                  "endLine": 42,
                  "endColumn": 54
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/iFrameDialog/IFrameDialogContent.tsx",
                  "index": 153
                },
                "region": {
                  "startLine": 43,
                  "startColumn": 51,
                  "endLine": 43,
                  "endColumn": 54
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/iFrameDialog/IFrameDialogContent.tsx",
                  "index": 153
                },
                "region": {
                  "startLine": 45,
                  "startColumn": 51,
                  "endLine": 45,
                  "endColumn": 54
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fields/fieldFileTypeRenderer/FieldFileTypeRenderer.tsx",
                  "index": 164
                },
                "region": {
                  "startLine": 43,
                  "startColumn": 27,
                  "endLine": 43,
                  "endColumn": 30
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Do not use findDOMNode. It doesn’t work with function components and is deprecated in StrictMode. See https://reactjs.org/docs/react-dom.html#finddomnode"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fields/fieldNameRenderer/FieldNameRenderer.tsx",
                  "index": 166
                },
                "region": {
                  "startLine": 87,
                  "startColumn": 29,
                  "endLine": 87,
                  "endColumn": 49
                }
              }
            }
          ],
          "ruleId": "react/no-find-dom-node",
          "ruleIndex": 8,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/utilities/FieldRendererHelper.ts",
                  "index": 167
                },
                "region": {
                  "startLine": 32,
                  "startColumn": 46,
                  "endLine": 32,
                  "endColumn": 49
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 12,
                  "startColumn": 10,
                  "endLine": 12,
                  "endColumn": 13
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 225,
                  "startColumn": 41,
                  "endLine": 225,
                  "endColumn": 44
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 229,
                  "startColumn": 32,
                  "endLine": 229,
                  "endColumn": 35
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 229,
                  "startColumn": 42,
                  "endLine": 229,
                  "endColumn": 45
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 272,
                  "startColumn": 30,
                  "endLine": 272,
                  "endColumn": 33
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 315,
                  "startColumn": 14,
                  "endLine": 315,
                  "endColumn": 17
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 370,
                  "startColumn": 97,
                  "endLine": 370,
                  "endColumn": 100
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 398,
                  "startColumn": 109,
                  "endLine": 398,
                  "endColumn": 112
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 430,
                  "startColumn": 118,
                  "endLine": 430,
                  "endColumn": 121
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 470,
                  "startColumn": 106,
                  "endLine": 470,
                  "endColumn": 109
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 492,
                  "startColumn": 114,
                  "endLine": 492,
                  "endColumn": 117
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 552,
                  "startColumn": 149,
                  "endLine": 552,
                  "endColumn": 152
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 572,
                  "startColumn": 150,
                  "endLine": 572,
                  "endColumn": 153
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 583,
                  "startColumn": 35,
                  "endLine": 583,
                  "endColumn": 38
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 601,
                  "startColumn": 104,
                  "endLine": 601,
                  "endColumn": 107
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 621,
                  "startColumn": 123,
                  "endLine": 621,
                  "endColumn": 126
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 631,
                  "startColumn": 47,
                  "endLine": 631,
                  "endColumn": 50
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 650,
                  "startColumn": 122,
                  "endLine": 650,
                  "endColumn": 125
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 676,
                  "startColumn": 127,
                  "endLine": 676,
                  "endColumn": 130
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 739,
                  "startColumn": 65,
                  "endLine": 739,
                  "endColumn": 68
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 821,
                  "startColumn": 52,
                  "endLine": 821,
                  "endColumn": 55
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPService.ts",
                  "index": 170
                },
                "region": {
                  "startLine": 821,
                  "startColumn": 146,
                  "endLine": 821,
                  "endColumn": 149
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dashboard/DashboardCallout.tsx",
                  "index": 179
                },
                "region": {
                  "startLine": 29,
                  "startColumn": 26,
                  "endLine": 29,
                  "endColumn": 28
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dashboard/DashboardCallout.tsx",
                  "index": 179
                },
                "region": {
                  "startLine": 92,
                  "startColumn": 28,
                  "endLine": 92,
                  "endColumn": 31
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dashboard/DashboardCallout.tsx",
                  "index": 179
                },
                "region": {
                  "startLine": 93,
                  "startColumn": 19,
                  "endLine": 93,
                  "endColumn": 22
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dashboard/widget/WidgetTitle.tsx",
                  "index": 180
                },
                "region": {
                  "startLine": 17,
                  "startColumn": 32,
                  "endLine": 17,
                  "endColumn": 35
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dashboard/DashboardTheme.tsx",
                  "index": 182
                },
                "region": {
                  "startLine": 15,
                  "startColumn": 26,
                  "endLine": 15,
                  "endColumn": 28
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/toolbar/ToolbarFilter.tsx",
                  "index": 185
                },
                "region": {
                  "startLine": 139,
                  "startColumn": 21,
                  "endLine": 139,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/toolbar/ToolbarFilter.tsx",
                  "index": 185
                },
                "region": {
                  "startLine": 140,
                  "startColumn": 25,
                  "endLine": 140,
                  "endColumn": 28,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/toolbar/ToolbarTheme.tsx",
                  "index": 187
                },
                "region": {
                  "startLine": 22,
                  "startColumn": 54,
                  "endLine": 22,
                  "endColumn": 57
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/toolbar/ToolbarTheme.tsx",
                  "index": 187
                },
                "region": {
                  "startLine": 27,
                  "startColumn": 12,
                  "endLine": 27,
                  "endColumn": 15
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dashboard/Dashboard.tsx",
                  "index": 191
                },
                "region": {
                  "startLine": 44,
                  "startColumn": 70,
                  "endLine": 44,
                  "endColumn": 73
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dashboard/Dashboard.tsx",
                  "index": 191
                },
                "region": {
                  "startLine": 83,
                  "startColumn": 32,
                  "endLine": 83,
                  "endColumn": 35
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dashboard/Dashboard.tsx",
                  "index": 191
                },
                "region": {
                  "startLine": 95,
                  "startColumn": 32,
                  "endLine": 95,
                  "endColumn": 35
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dateTimePicker/TimeHelper.ts",
                  "index": 202
                },
                "region": {
                  "startLine": 10,
                  "startColumn": 36,
                  "endLine": 10,
                  "endColumn": 39
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dragDropFiles/IDragDropFiles.ts",
                  "index": 209
                },
                "region": {
                  "startLine": 19,
                  "startColumn": 12,
                  "endLine": 19,
                  "endColumn": 15
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dragDropFiles/DragDropFiles.tsx",
                  "index": 210
                },
                "region": {
                  "startLine": 121,
                  "startColumn": 22,
                  "endLine": 121,
                  "endColumn": 25
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dragDropFiles/DragDropFiles.tsx",
                  "index": 210
                },
                "region": {
                  "startLine": 122,
                  "startColumn": 28,
                  "endLine": 122,
                  "endColumn": 31
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dragDropFiles/DragDropFiles.tsx",
                  "index": 210
                },
                "region": {
                  "startLine": 128,
                  "startColumn": 24,
                  "endLine": 128,
                  "endColumn": 27
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dragDropFiles/DragDropFiles.tsx",
                  "index": 210
                },
                "region": {
                  "startLine": 139,
                  "startColumn": 24,
                  "endLine": 139,
                  "endColumn": 27
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dragDropFiles/DragDropFiles.tsx",
                  "index": 210
                },
                "region": {
                  "startLine": 146,
                  "startColumn": 22,
                  "endLine": 146,
                  "endColumn": 25
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dragDropFiles/DragDropFiles.tsx",
                  "index": 210
                },
                "region": {
                  "startLine": 180,
                  "startColumn": 22,
                  "endLine": 180,
                  "endColumn": 25
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/IOneDriveService.ts",
                  "index": 214
                },
                "region": {
                  "startLine": 159,
                  "startColumn": 37,
                  "endLine": 159,
                  "endColumn": 40
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/IOneDriveService.ts",
                  "index": 214
                },
                "region": {
                  "startLine": 160,
                  "startColumn": 37,
                  "endLine": 160,
                  "endColumn": 40
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/FileBrowserService.ts",
                  "index": 216
                },
                "region": {
                  "startLine": 104,
                  "startColumn": 65,
                  "endLine": 104,
                  "endColumn": 68
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "[\"FolderServerRelativeUrl\"] is better written in dot notation."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/FileBrowserService.ts",
                  "index": 216
                },
                "region": {
                  "startLine": 234,
                  "startColumn": 54,
                  "endLine": 234,
                  "endColumn": 79
                }
              }
            }
          ],
          "ruleId": "dot-notation",
          "ruleIndex": 10,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/FileBrowserService.ts",
                  "index": 216
                },
                "region": {
                  "startLine": 237,
                  "startColumn": 19,
                  "endLine": 237,
                  "endColumn": 22
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/FileBrowserService.ts",
                  "index": 216
                },
                "region": {
                  "startLine": 253,
                  "startColumn": 61,
                  "endLine": 253,
                  "endColumn": 64
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/FileBrowserService.ts",
                  "index": 216
                },
                "region": {
                  "startLine": 348,
                  "startColumn": 40,
                  "endLine": 348,
                  "endColumn": 43
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/FileBrowserService.ts",
                  "index": 216
                },
                "region": {
                  "startLine": 385,
                  "startColumn": 38,
                  "endLine": 385,
                  "endColumn": 41
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/FileBrowserService.ts",
                  "index": 216
                },
                "region": {
                  "startLine": 410,
                  "startColumn": 46,
                  "endLine": 410,
                  "endColumn": 49
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPSitesService.ts",
                  "index": 219
                },
                "region": {
                  "startLine": 42,
                  "startColumn": 17,
                  "endLine": 42,
                  "endColumn": 20
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPSitesService.ts",
                  "index": 219
                },
                "region": {
                  "startLine": 83,
                  "startColumn": 34,
                  "endLine": 83,
                  "endColumn": 37
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPSitesService.ts",
                  "index": 219
                },
                "region": {
                  "startLine": 138,
                  "startColumn": 26,
                  "endLine": 138,
                  "endColumn": 29
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/FilesSearchService.ts",
                  "index": 220
                },
                "region": {
                  "startLine": 128,
                  "startColumn": 121,
                  "endLine": 128,
                  "endColumn": 124
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/FilesSearchService.ts",
                  "index": 220
                },
                "region": {
                  "startLine": 229,
                  "startColumn": 51,
                  "endLine": 229,
                  "endColumn": 54
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/OrgAssetsService.ts",
                  "index": 222
                },
                "region": {
                  "startLine": 98,
                  "startColumn": 138,
                  "endLine": 98,
                  "endColumn": 141
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/OrgAssetsService.ts",
                  "index": 222
                },
                "region": {
                  "startLine": 111,
                  "startColumn": 50,
                  "endLine": 111,
                  "endColumn": 53
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/filePicker/controls/FileBrowser/FileBrowser.tsx",
                  "index": 244
                },
                "region": {
                  "startLine": 406,
                  "startColumn": 25,
                  "endLine": 406,
                  "endColumn": 28
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/filePicker/controls/FileBrowser/FileBrowser.tsx",
                  "index": 244
                },
                "region": {
                  "startLine": 407,
                  "startColumn": 26,
                  "endLine": 407,
                  "endColumn": 29
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/filePicker/RecentFilesTab/RecentFilesTab.tsx",
                  "index": 253
                },
                "region": {
                  "startLine": 170,
                  "startColumn": 20,
                  "endLine": 170,
                  "endColumn": 23
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/dynamicField/IDynamicFieldProps.ts",
                  "index": 275
                },
                "region": {
                  "startLine": 37,
                  "startColumn": 17,
                  "endLine": 37,
                  "endColumn": 20,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/dynamicField/IDynamicFieldProps.ts",
                  "index": 275
                },
                "region": {
                  "startLine": 40,
                  "startColumn": 11,
                  "endLine": 40,
                  "endColumn": 14,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/dynamicField/IDynamicFieldProps.ts",
                  "index": 275
                },
                "region": {
                  "startLine": 45,
                  "startColumn": 15,
                  "endLine": 45,
                  "endColumn": 18,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/dynamicField/IDynamicFieldProps.ts",
                  "index": 275
                },
                "region": {
                  "startLine": 51,
                  "startColumn": 14,
                  "endLine": 51,
                  "endColumn": 17,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/dynamicField/IDynamicFieldProps.ts",
                  "index": 275
                },
                "region": {
                  "startLine": 54,
                  "startColumn": 16,
                  "endLine": 54,
                  "endColumn": 19,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/dynamicField/IDynamicFieldProps.ts",
                  "index": 275
                },
                "region": {
                  "startLine": 57,
                  "startColumn": 38,
                  "endLine": 57,
                  "endColumn": 41,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/dynamicField/IDynamicFieldState.ts",
                  "index": 277
                },
                "region": {
                  "startLine": 5,
                  "startColumn": 17,
                  "endLine": 5,
                  "endColumn": 20
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemPicker/IListItemPickerProps.ts",
                  "index": 278
                },
                "region": {
                  "startLine": 16,
                  "startColumn": 26,
                  "endLine": 16,
                  "endColumn": 29
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemPicker/IListItemPickerProps.ts",
                  "index": 278
                },
                "region": {
                  "startLine": 26,
                  "startColumn": 26,
                  "endLine": 26,
                  "endColumn": 29
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemPicker/IComboBoxListItemPickerProps.ts",
                  "index": 279
                },
                "region": {
                  "startLine": 29,
                  "startColumn": 28,
                  "endLine": 29,
                  "endColumn": 31
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemPicker/IComboBoxListItemPickerProps.ts",
                  "index": 279
                },
                "region": {
                  "startLine": 34,
                  "startColumn": 28,
                  "endLine": 34,
                  "endColumn": 31
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemPicker/IListItemPickerState.ts",
                  "index": 280
                },
                "region": {
                  "startLine": 8,
                  "startColumn": 19,
                  "endLine": 8,
                  "endColumn": 22
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemPicker/ListItemPicker.tsx",
                  "index": 282
                },
                "region": {
                  "startLine": 57,
                  "startColumn": 27,
                  "endLine": 57,
                  "endColumn": 30
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemPicker/ListItemPicker.tsx",
                  "index": 282
                },
                "region": {
                  "startLine": 125,
                  "startColumn": 33,
                  "endLine": 125,
                  "endColumn": 36
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/dal/ListItemRepository.ts",
                  "index": 283
                },
                "region": {
                  "startLine": 25,
                  "startColumn": 14,
                  "endLine": 25,
                  "endColumn": 17
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemPicker/ComboBoxListItemPicker.tsx",
                  "index": 284
                },
                "region": {
                  "startLine": 17,
                  "startColumn": 21,
                  "endLine": 17,
                  "endColumn": 24
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemPicker/ComboBoxListItemPicker.tsx",
                  "index": 284
                },
                "region": {
                  "startLine": 115,
                  "startColumn": 67,
                  "endLine": 115,
                  "endColumn": 70
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemPicker/ComboBoxListItemPicker.tsx",
                  "index": 284
                },
                "region": {
                  "startLine": 116,
                  "startColumn": 24,
                  "endLine": 116,
                  "endColumn": 27
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemPicker/ComboBoxListItemPicker.tsx",
                  "index": 284
                },
                "region": {
                  "startLine": 178,
                  "startColumn": 108,
                  "endLine": 178,
                  "endColumn": 111
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemPicker/ComboBoxListItemPicker.tsx",
                  "index": 284
                },
                "region": {
                  "startLine": 179,
                  "startColumn": 24,
                  "endLine": 179,
                  "endColumn": 27
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/locationPicker/ILocationPicker.ts",
                  "index": 286
                },
                "region": {
                  "startLine": 16,
                  "startColumn": 17,
                  "endLine": 16,
                  "endColumn": 20
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/locationPicker/LocationPicker.tsx",
                  "index": 287
                },
                "region": {
                  "startLine": 16,
                  "startColumn": 21,
                  "endLine": 16,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/locationPicker/LocationPicker.tsx",
                  "index": 287
                },
                "region": {
                  "startLine": 266,
                  "startColumn": 31,
                  "endLine": 266,
                  "endColumn": 34,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/locationPicker/LocationPicker.tsx",
                  "index": 287
                },
                "region": {
                  "startLine": 285,
                  "startColumn": 41,
                  "endLine": 285,
                  "endColumn": 44,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "[\"MeetingLocation\"] is better written in dot notation."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/locationPicker/LocationPicker.tsx",
                  "index": 287
                },
                "region": {
                  "startLine": 286,
                  "startColumn": 44,
                  "endLine": 286,
                  "endColumn": 61,
                  "snippet": {
                    "text": "\"MeetingLocation\""
                  }
                }
              }
            }
          ],
          "ruleId": "dot-notation",
          "ruleIndex": 10,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "[\"DisplayName\"] is better written in dot notation."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/locationPicker/LocationPicker.tsx",
                  "index": 287
                },
                "region": {
                  "startLine": 287,
                  "startColumn": 63,
                  "endLine": 287,
                  "endColumn": 76,
                  "snippet": {
                    "text": "\"DisplayName\""
                  }
                }
              }
            }
          ],
          "ruleId": "dot-notation",
          "ruleIndex": 10,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/PeopleSearchService.ts",
                  "index": 293
                },
                "region": {
                  "startLine": 122,
                  "startColumn": 25,
                  "endLine": 122,
                  "endColumn": 28
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/PeopleSearchService.ts",
                  "index": 293
                },
                "region": {
                  "startLine": 154,
                  "startColumn": 25,
                  "endLine": 154,
                  "endColumn": 28
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/PeopleSearchService.ts",
                  "index": 293
                },
                "region": {
                  "startLine": 198,
                  "startColumn": 23,
                  "endLine": 198,
                  "endColumn": 26
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/PeopleSearchService.ts",
                  "index": 293
                },
                "region": {
                  "startLine": 206,
                  "startColumn": 40,
                  "endLine": 206,
                  "endColumn": 43
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/PeopleSearchService.ts",
                  "index": 293
                },
                "region": {
                  "startLine": 223,
                  "startColumn": 38,
                  "endLine": 223,
                  "endColumn": 41
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/PeopleSearchService.ts",
                  "index": 293
                },
                "region": {
                  "startLine": 224,
                  "startColumn": 52,
                  "endLine": 224,
                  "endColumn": 55
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/richText/RteColorPicker.tsx",
                  "index": 300
                },
                "region": {
                  "startLine": 14,
                  "startColumn": 23,
                  "endLine": 14,
                  "endColumn": 26
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/richText/RichTextPropertyPane.types.ts",
                  "index": 301
                },
                "region": {
                  "startLine": 14,
                  "startColumn": 12,
                  "endLine": 14,
                  "endColumn": 15
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/richText/RichTextPropertyPane.tsx",
                  "index": 302
                },
                "region": {
                  "startLine": 593,
                  "startColumn": 44,
                  "endLine": 593,
                  "endColumn": 47
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/richText/RichText.types.ts",
                  "index": 303
                },
                "region": {
                  "startLine": 136,
                  "startColumn": 12,
                  "endLine": 136,
                  "endColumn": 15
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/richText/RichText.types.ts",
                  "index": 303
                },
                "region": {
                  "startLine": 172,
                  "startColumn": 19,
                  "endLine": 172,
                  "endColumn": 22
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/richText/RichText.tsx",
                  "index": 304
                },
                "region": {
                  "startLine": 939,
                  "startColumn": 35,
                  "endLine": 939,
                  "endColumn": 38
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/richText/RichText.tsx",
                  "index": 304
                },
                "region": {
                  "startLine": 939,
                  "startColumn": 48,
                  "endLine": 939,
                  "endColumn": 51
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/richText/RichText.tsx",
                  "index": 304
                },
                "region": {
                  "startLine": 939,
                  "startColumn": 61,
                  "endLine": 939,
                  "endColumn": 64
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/richText/RichText.tsx",
                  "index": 304
                },
                "region": {
                  "startLine": 1042,
                  "startColumn": 44,
                  "endLine": 1042,
                  "endColumn": 47
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/richText/RichText.tsx",
                  "index": 304
                },
                "region": {
                  "startLine": 1055,
                  "startColumn": 43,
                  "endLine": 1055,
                  "endColumn": 46
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/richText/RichText.tsx",
                  "index": 304
                },
                "region": {
                  "startLine": 1055,
                  "startColumn": 58,
                  "endLine": 1055,
                  "endColumn": 61
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/richText/RichText.tsx",
                  "index": 304
                },
                "region": {
                  "startLine": 1055,
                  "startColumn": 71,
                  "endLine": 1055,
                  "endColumn": 74
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/richText/RichText.tsx",
                  "index": 304
                },
                "region": {
                  "startLine": 1117,
                  "startColumn": 21,
                  "endLine": 1117,
                  "endColumn": 24
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/richText/RichText.tsx",
                  "index": 304
                },
                "region": {
                  "startLine": 1175,
                  "startColumn": 27,
                  "endLine": 1175,
                  "endColumn": 30
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/richText/RichText.tsx",
                  "index": 304
                },
                "region": {
                  "startLine": 1183,
                  "startColumn": 34,
                  "endLine": 1183,
                  "endColumn": 37
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/taxonomyPicker/ITermPicker.ts",
                  "index": 306
                },
                "region": {
                  "startLine": 57,
                  "startColumn": 52,
                  "endLine": 57,
                  "endColumn": 55
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/taxonomyPicker/ITermPicker.ts",
                  "index": 306
                },
                "region": {
                  "startLine": 57,
                  "startColumn": 67,
                  "endLine": 57,
                  "endColumn": 70
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/taxonomyPicker/ITermPicker.ts",
                  "index": 306
                },
                "region": {
                  "startLine": 61,
                  "startColumn": 15,
                  "endLine": 61,
                  "endColumn": 18
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/ISPTermStorePickerService.ts",
                  "index": 307
                },
                "region": {
                  "startLine": 80,
                  "startColumn": 25,
                  "endLine": 80,
                  "endColumn": 28
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPTermStorePickerService.ts",
                  "index": 308
                },
                "region": {
                  "startLine": 81,
                  "startColumn": 64,
                  "endLine": 81,
                  "endColumn": 67,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPTermStorePickerService.ts",
                  "index": 308
                },
                "region": {
                  "startLine": 168,
                  "startColumn": 64,
                  "endLine": 168,
                  "endColumn": 67,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPTermStorePickerService.ts",
                  "index": 308
                },
                "region": {
                  "startLine": 412,
                  "startColumn": 68,
                  "endLine": 412,
                  "endColumn": 71,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/taxonomyPicker/TermPicker.tsx",
                  "index": 311
                },
                "region": {
                  "startLine": 20,
                  "startColumn": 49,
                  "endLine": 20,
                  "endColumn": 52,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/taxonomyPicker/TermPicker.tsx",
                  "index": 311
                },
                "region": {
                  "startLine": 194,
                  "startColumn": 35,
                  "endLine": 194,
                  "endColumn": 38,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/taxonomyPicker/TermPicker.tsx",
                  "index": 311
                },
                "region": {
                  "startLine": 194,
                  "startColumn": 41,
                  "endLine": 194,
                  "endColumn": 44,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "[\"input\"] is better written in dot notation."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/taxonomyPicker/TermPicker.tsx",
                  "index": 311
                },
                "region": {
                  "startLine": 219,
                  "startColumn": 33,
                  "endLine": 219,
                  "endColumn": 40,
                  "snippet": {
                    "text": "'input'"
                  }
                }
              }
            }
          ],
          "ruleId": "dot-notation",
          "ruleIndex": 10,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/taxonomyPicker/TermPicker.tsx",
                  "index": 311
                },
                "region": {
                  "startLine": 221,
                  "startColumn": 22,
                  "endLine": 221,
                  "endColumn": 25,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/taxonomyPicker/TermPicker.tsx",
                  "index": 311
                },
                "region": {
                  "startLine": 242,
                  "startColumn": 24,
                  "endLine": 242,
                  "endColumn": 27,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/taxonomyPicker/Term.tsx",
                  "index": 318
                },
                "region": {
                  "startLine": 48,
                  "startColumn": 79,
                  "endLine": 48,
                  "endColumn": 82
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/modernTaxonomyPicker/taxonomyTree/TaxonomyTree.tsx",
                  "index": 329
                },
                "region": {
                  "startLine": 75,
                  "startColumn": 25,
                  "endLine": 75,
                  "endColumn": 28
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/modernTaxonomyPicker/taxonomyTree/TaxonomyTree.tsx",
                  "index": 329
                },
                "region": {
                  "startLine": 923,
                  "startColumn": 44,
                  "endLine": 923,
                  "endColumn": 47
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/modernTaxonomyPicker/taxonomyPanelContents/TaxonomyPanelContents.tsx",
                  "index": 330
                },
                "region": {
                  "startLine": 55,
                  "startColumn": 25,
                  "endLine": 55,
                  "endColumn": 28
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/dynamicField/DynamicField.tsx",
                  "index": 338
                },
                "region": {
                  "startLine": 580,
                  "startColumn": 39,
                  "endLine": 580,
                  "endColumn": 42,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/dynamicField/DynamicField.tsx",
                  "index": 338
                },
                "region": {
                  "startLine": 623,
                  "startColumn": 39,
                  "endLine": 623,
                  "endColumn": 42,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/dynamicField/DynamicField.tsx",
                  "index": 338
                },
                "region": {
                  "startLine": 717,
                  "startColumn": 30,
                  "endLine": 717,
                  "endColumn": 33,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/dynamicField/DynamicField.tsx",
                  "index": 338
                },
                "region": {
                  "startLine": 796,
                  "startColumn": 113,
                  "endLine": 796,
                  "endColumn": 116,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/dynamicField/DynamicField.tsx",
                  "index": 338
                },
                "region": {
                  "startLine": 797,
                  "startColumn": 113,
                  "endLine": 797,
                  "endColumn": 116,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/dynamicField/DynamicField.tsx",
                  "index": 338
                },
                "region": {
                  "startLine": 833,
                  "startColumn": 28,
                  "endLine": 833,
                  "endColumn": 31,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/dynamicField/DynamicField.tsx",
                  "index": 338
                },
                "region": {
                  "startLine": 837,
                  "startColumn": 33,
                  "endLine": 837,
                  "endColumn": 36,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/IDynamicFormProps.ts",
                  "index": 341
                },
                "region": {
                  "startLine": 29,
                  "startColumn": 37,
                  "endLine": 29,
                  "endColumn": 40
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/IDynamicFormProps.ts",
                  "index": 341
                },
                "region": {
                  "startLine": 34,
                  "startColumn": 35,
                  "endLine": 34,
                  "endColumn": 38
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/IDynamicFormProps.ts",
                  "index": 341
                },
                "region": {
                  "startLine": 38,
                  "startColumn": 32,
                  "endLine": 38,
                  "endColumn": 35
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/IDynamicFormProps.ts",
                  "index": 341
                },
                "region": {
                  "startLine": 42,
                  "startColumn": 34,
                  "endLine": 42,
                  "endColumn": 37
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Regular expressions should be constructed from string constants. Dynamically building strings at runtime may introduce security vulnerabilities, performance concerns, and bugs involving incorrect escaping of special characters."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/utilities/FormulaEvaluation.ts",
                  "index": 343
                },
                "region": {
                  "startLine": 14,
                  "startColumn": 6,
                  "endLine": 14,
                  "endColumn": 53,
                  "snippet": {
                    "text": "new RegExp(`^(${ValidFuncNames.join('|')})\\\\(`)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/security/no-unsafe-regexp",
          "ruleIndex": 4,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Regular expressions should be constructed from string constants. Dynamically building strings at runtime may introduce security vulnerabilities, performance concerns, and bugs involving incorrect escaping of special characters."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/utilities/FormulaEvaluation.ts",
                  "index": 343
                },
                "region": {
                  "startLine": 437,
                  "startColumn": 41,
                  "endLine": 437,
                  "endColumn": 77,
                  "snippet": {
                    "text": "new RegExp(searchStrReplaceAll, 'g')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/security/no-unsafe-regexp",
          "ruleIndex": 4,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Regular expressions should be constructed from string constants. Dynamically building strings at runtime may introduce security vulnerabilities, performance concerns, and bugs involving incorrect escaping of special characters."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/utilities/FormulaEvaluation.ts",
                  "index": 343
                },
                "region": {
                  "startLine": 576,
                  "startColumn": 25,
                  "endLine": 576,
                  "endColumn": 163,
                  "snippet": {
                    "text": "new RegExp(`^(?:@\\\\w+|\\\\[\\\\$?[\\\\w+.]\\\\]|\\\\d+(?:\\\\.\\\\d+)?|\"(?:[^\"]*)\"|'(?:[^']*)'|${validFunctionRegex}|[+\\\\-*/<>=%!&|?:,()\\\\[\\\\]]|\\\\?|:)`)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/security/no-unsafe-regexp",
          "ruleIndex": 4,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/utilities/FormulaEvaluation.ts",
                  "index": 343
                },
                "region": {
                  "startLine": 342,
                  "startColumn": 94,
                  "endLine": 342,
                  "endColumn": 97,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/DynamicForm.tsx",
                  "index": 346
                },
                "region": {
                  "startLine": 131,
                  "startColumn": 31,
                  "endLine": 131,
                  "endColumn": 34,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/DynamicForm.tsx",
                  "index": 346
                },
                "region": {
                  "startLine": 673,
                  "startColumn": 25,
                  "endLine": 673,
                  "endColumn": 28,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/DynamicForm.tsx",
                  "index": 346
                },
                "region": {
                  "startLine": 797,
                  "startColumn": 15,
                  "endLine": 797,
                  "endColumn": 18,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/DynamicForm.tsx",
                  "index": 346
                },
                "region": {
                  "startLine": 1033,
                  "startColumn": 138,
                  "endLine": 1033,
                  "endColumn": 141,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/DynamicForm.tsx",
                  "index": 346
                },
                "region": {
                  "startLine": 1160,
                  "startColumn": 120,
                  "endLine": 1160,
                  "endColumn": 123,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/DynamicForm.tsx",
                  "index": 346
                },
                "region": {
                  "startLine": 1193,
                  "startColumn": 31,
                  "endLine": 1193,
                  "endColumn": 34,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/DynamicForm.tsx",
                  "index": 346
                },
                "region": {
                  "startLine": 1543,
                  "startColumn": 63,
                  "endLine": 1543,
                  "endColumn": 66,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/DynamicForm.tsx",
                  "index": 346
                },
                "region": {
                  "startLine": 1543,
                  "startColumn": 75,
                  "endLine": 1543,
                  "endColumn": 78,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/DynamicForm.tsx",
                  "index": 346
                },
                "region": {
                  "startLine": 1549,
                  "startColumn": 37,
                  "endLine": 1549,
                  "endColumn": 40,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/dynamicForm/DynamicForm.tsx",
                  "index": 346
                },
                "region": {
                  "startLine": 1740,
                  "startColumn": 37,
                  "endLine": 1740,
                  "endColumn": 40,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/ICustomCollectionField.ts",
                  "index": 357
                },
                "region": {
                  "startLine": 62,
                  "startColumn": 18,
                  "endLine": 62,
                  "endColumn": 21
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/ICustomCollectionField.ts",
                  "index": 357
                },
                "region": {
                  "startLine": 74,
                  "startColumn": 32,
                  "endLine": 74,
                  "endColumn": 35
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/ICustomCollectionField.ts",
                  "index": 357
                },
                "region": {
                  "startLine": 74,
                  "startColumn": 65,
                  "endLine": 74,
                  "endColumn": 68
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/ICustomCollectionField.ts",
                  "index": 357
                },
                "region": {
                  "startLine": 82,
                  "startColumn": 12,
                  "endLine": 82,
                  "endColumn": 15
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/ICustomCollectionField.ts",
                  "index": 357
                },
                "region": {
                  "startLine": 83,
                  "startColumn": 40,
                  "endLine": 83,
                  "endColumn": 43
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/ICustomCollectionField.ts",
                  "index": 357
                },
                "region": {
                  "startLine": 84,
                  "startColumn": 11,
                  "endLine": 84,
                  "endColumn": 14
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/IFieldCollectionData.ts",
                  "index": 358
                },
                "region": {
                  "startLine": 45,
                  "startColumn": 10,
                  "endLine": 45,
                  "endColumn": 13
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/IFieldCollectionData.ts",
                  "index": 358
                },
                "region": {
                  "startLine": 81,
                  "startColumn": 51,
                  "endLine": 81,
                  "endColumn": 54
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/IFieldCollectionData.ts",
                  "index": 358
                },
                "region": {
                  "startLine": 83,
                  "startColumn": 22,
                  "endLine": 83,
                  "endColumn": 25
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/ICollectionDataViewerProps.ts",
                  "index": 359
                },
                "region": {
                  "startLine": 4,
                  "startColumn": 20,
                  "endLine": 4,
                  "endColumn": 23
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/ICollectionDataViewerState.ts",
                  "index": 361
                },
                "region": {
                  "startLine": 4,
                  "startColumn": 14,
                  "endLine": 4,
                  "endColumn": 17
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/ICollectionDataViewerState.ts",
                  "index": 361
                },
                "region": {
                  "startLine": 5,
                  "startColumn": 20,
                  "endLine": 5,
                  "endColumn": 23
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataItem/ICollectionDataItemProps.ts",
                  "index": 362
                },
                "region": {
                  "startLine": 7,
                  "startColumn": 10,
                  "endLine": 7,
                  "endColumn": 13
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataItem/ICollectionDataItemProps.ts",
                  "index": 362
                },
                "region": {
                  "startLine": 14,
                  "startColumn": 21,
                  "endLine": 14,
                  "endColumn": 24
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataItem/ICollectionDataItemProps.ts",
                  "index": 362
                },
                "region": {
                  "startLine": 15,
                  "startColumn": 27,
                  "endLine": 15,
                  "endColumn": 30
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataItem/ICollectionDataItemProps.ts",
                  "index": 362
                },
                "region": {
                  "startLine": 16,
                  "startColumn": 37,
                  "endLine": 16,
                  "endColumn": 40
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataItem/ICollectionDataItemState.ts",
                  "index": 364
                },
                "region": {
                  "startLine": 4,
                  "startColumn": 13,
                  "endLine": 4,
                  "endColumn": 16
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionIconField/ICollectionIconFieldProps.tsx",
                  "index": 365
                },
                "region": {
                  "startLine": 5,
                  "startColumn": 9,
                  "endLine": 5,
                  "endColumn": 12
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionIconField/ICollectionIconFieldProps.tsx",
                  "index": 365
                },
                "region": {
                  "startLine": 8,
                  "startColumn": 44,
                  "endLine": 8,
                  "endColumn": 47
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionIconField/ICollectionIconFieldProps.tsx",
                  "index": 365
                },
                "region": {
                  "startLine": 9,
                  "startColumn": 55,
                  "endLine": 9,
                  "endColumn": 58
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 368
                },
                "region": {
                  "startLine": 23,
                  "startColumn": 22,
                  "endLine": 23,
                  "endColumn": 25,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 368
                },
                "region": {
                  "startLine": 59,
                  "startColumn": 53,
                  "endLine": 59,
                  "endColumn": 56,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 368
                },
                "region": {
                  "startLine": 177,
                  "startColumn": 45,
                  "endLine": 177,
                  "endColumn": 48,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 368
                },
                "region": {
                  "startLine": 195,
                  "startColumn": 44,
                  "endLine": 195,
                  "endColumn": 47,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 368
                },
                "region": {
                  "startLine": 208,
                  "startColumn": 28,
                  "endLine": 208,
                  "endColumn": 31,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 368
                },
                "region": {
                  "startLine": 283,
                  "startColumn": 74,
                  "endLine": 283,
                  "endColumn": 77,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 368
                },
                "region": {
                  "startLine": 319,
                  "startColumn": 77,
                  "endLine": 319,
                  "endColumn": 80,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 368
                },
                "region": {
                  "startLine": 319,
                  "startColumn": 88,
                  "endLine": 319,
                  "endColumn": 91,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 368
                },
                "region": {
                  "startLine": 344,
                  "startColumn": 104,
                  "endLine": 344,
                  "endColumn": 107,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 368
                },
                "region": {
                  "startLine": 467,
                  "startColumn": 60,
                  "endLine": 467,
                  "endColumn": 63,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 368
                },
                "region": {
                  "startLine": 635,
                  "startColumn": 32,
                  "endLine": 635,
                  "endColumn": 35,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 368
                },
                "region": {
                  "startLine": 637,
                  "startColumn": 22,
                  "endLine": 637,
                  "endColumn": 25,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 372
                },
                "region": {
                  "startLine": 52,
                  "startColumn": 28,
                  "endLine": 52,
                  "endColumn": 31
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 372
                },
                "region": {
                  "startLine": 77,
                  "startColumn": 44,
                  "endLine": 77,
                  "endColumn": 47
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 372
                },
                "region": {
                  "startLine": 154,
                  "startColumn": 34,
                  "endLine": 154,
                  "endColumn": 37
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 372
                },
                "region": {
                  "startLine": 181,
                  "startColumn": 33,
                  "endLine": 181,
                  "endColumn": 36
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 372
                },
                "region": {
                  "startLine": 181,
                  "startColumn": 73,
                  "endLine": 181,
                  "endColumn": 76
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 372
                },
                "region": {
                  "startLine": 196,
                  "startColumn": 41,
                  "endLine": 196,
                  "endColumn": 44
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 372
                },
                "region": {
                  "startLine": 196,
                  "startColumn": 49,
                  "endLine": 196,
                  "endColumn": 52
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 372
                },
                "region": {
                  "startLine": 235,
                  "startColumn": 35,
                  "endLine": 235,
                  "endColumn": 38
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 372
                },
                "region": {
                  "startLine": 243,
                  "startColumn": 86,
                  "endLine": 243,
                  "endColumn": 89
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 372
                },
                "region": {
                  "startLine": 243,
                  "startColumn": 113,
                  "endLine": 243,
                  "endColumn": 116
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 372
                },
                "region": {
                  "startLine": 259,
                  "startColumn": 67,
                  "endLine": 259,
                  "endColumn": 70
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 372
                },
                "region": {
                  "startLine": 273,
                  "startColumn": 66,
                  "endLine": 273,
                  "endColumn": 69
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 372
                },
                "region": {
                  "startLine": 289,
                  "startColumn": 42,
                  "endLine": 289,
                  "endColumn": 45
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 372
                },
                "region": {
                  "startLine": 289,
                  "startColumn": 70,
                  "endLine": 289,
                  "endColumn": 73
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 372
                },
                "region": {
                  "startLine": 310,
                  "startColumn": 43,
                  "endLine": 310,
                  "endColumn": 46
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 372
                },
                "region": {
                  "startLine": 326,
                  "startColumn": 38,
                  "endLine": 326,
                  "endColumn": 41
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 372
                },
                "region": {
                  "startLine": 326,
                  "startColumn": 46,
                  "endLine": 326,
                  "endColumn": 49
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 372
                },
                "region": {
                  "startLine": 372,
                  "startColumn": 60,
                  "endLine": 372,
                  "endColumn": 63
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/fieldCollectionData/FieldCollectionData.tsx",
                  "index": 374
                },
                "region": {
                  "startLine": 43,
                  "startColumn": 28,
                  "endLine": 43,
                  "endColumn": 31
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/filterBar/Pill.tsx",
                  "index": 403
                },
                "region": {
                  "startLine": 23,
                  "startColumn": 24,
                  "endLine": 23,
                  "endColumn": 27
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/FolderExplorerService.ts",
                  "index": 412
                },
                "region": {
                  "startLine": 48,
                  "startColumn": 24,
                  "endLine": 48,
                  "endColumn": 27
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/gridLayout/GridLayout.types.ts",
                  "index": 428
                },
                "region": {
                  "startLine": 8,
                  "startColumn": 10,
                  "endLine": 8,
                  "endColumn": 13
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/gridLayout/GridLayout.types.ts",
                  "index": 428
                },
                "region": {
                  "startLine": 19,
                  "startColumn": 28,
                  "endLine": 19,
                  "endColumn": 31
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/gridLayout/GridLayout.tsx",
                  "index": 429
                },
                "region": {
                  "startLine": 100,
                  "startColumn": 34,
                  "endLine": 100,
                  "endColumn": 37
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/model/ITeamMember.ts",
                  "index": 433
                },
                "region": {
                  "startLine": 4,
                  "startColumn": 10,
                  "endLine": 4,
                  "endColumn": 13
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/model/ITeam.ts",
                  "index": 434
                },
                "region": {
                  "startLine": 8,
                  "startColumn": 20,
                  "endLine": 8,
                  "endColumn": 23
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/model/ITeam.ts",
                  "index": 434
                },
                "region": {
                  "startLine": 9,
                  "startColumn": 16,
                  "endLine": 9,
                  "endColumn": 19
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/model/ITeam.ts",
                  "index": 434
                },
                "region": {
                  "startLine": 12,
                  "startColumn": 33,
                  "endLine": 12,
                  "endColumn": 36
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/model/ITeam.ts",
                  "index": 434
                },
                "region": {
                  "startLine": 13,
                  "startColumn": 20,
                  "endLine": 13,
                  "endColumn": 23
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/model/ITeam.ts",
                  "index": 434
                },
                "region": {
                  "startLine": 14,
                  "startColumn": 19,
                  "endLine": 14,
                  "endColumn": 22
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/model/ITeam.ts",
                  "index": 434
                },
                "region": {
                  "startLine": 15,
                  "startColumn": 23,
                  "endLine": 15,
                  "endColumn": 26
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/model/ITeam.ts",
                  "index": 434
                },
                "region": {
                  "startLine": 16,
                  "startColumn": 17,
                  "endLine": 16,
                  "endColumn": 20
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/model/ITeam.ts",
                  "index": 434
                },
                "region": {
                  "startLine": 17,
                  "startColumn": 23,
                  "endLine": 17,
                  "endColumn": 26
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/hooks/useTeams.ts",
                  "index": 436
                },
                "region": {
                  "startLine": 11,
                  "startColumn": 54,
                  "endLine": 11,
                  "endColumn": 56
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/hooks/useGroups.ts",
                  "index": 438
                },
                "region": {
                  "startLine": 11,
                  "startColumn": 55,
                  "endLine": 11,
                  "endColumn": 57
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/groupPicker/GroupPickerStyles.ts",
                  "index": 441
                },
                "region": {
                  "startLine": 11,
                  "startColumn": 3,
                  "endLine": 11,
                  "endColumn": 5
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/groupPicker/GroupPicker.tsx",
                  "index": 442
                },
                "region": {
                  "startLine": 54,
                  "startColumn": 36,
                  "endLine": 54,
                  "endColumn": 39
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/HoverReactionsBar/hooks/useFluentEmojis.ts",
                  "index": 446
                },
                "region": {
                  "startLine": 13,
                  "startColumn": 26,
                  "endLine": 13,
                  "endColumn": 29
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/HoverReactionsBar/hooks/useFluentEmojis.ts",
                  "index": 446
                },
                "region": {
                  "startLine": 14,
                  "startColumn": 33,
                  "endLine": 14,
                  "endColumn": 36
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/HoverReactionsBar/hooks/useFluentEmojis.ts",
                  "index": 446
                },
                "region": {
                  "startLine": 15,
                  "startColumn": 45,
                  "endLine": 15,
                  "endColumn": 48
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/HoverReactionsBar/hooks/useFluentEmojis.ts",
                  "index": 446
                },
                "region": {
                  "startLine": 16,
                  "startColumn": 43,
                  "endLine": 16,
                  "endColumn": 46
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/HoverReactionsBar/hooks/useFluentEmojis.ts",
                  "index": 446
                },
                "region": {
                  "startLine": 17,
                  "startColumn": 38,
                  "endLine": 17,
                  "endColumn": 41
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/HoverReactionsBar/hooks/useFluentEmojis.ts",
                  "index": 446
                },
                "region": {
                  "startLine": 120,
                  "startColumn": 61,
                  "endLine": 120,
                  "endColumn": 64
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/HoverReactionsBar/hooks/useOnClickOutside.ts",
                  "index": 447
                },
                "region": {
                  "startLine": 8,
                  "startColumn": 58,
                  "endLine": 8,
                  "endColumn": 61
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/HoverReactionsBar/hooks/useOnClickOutside.ts",
                  "index": 447
                },
                "region": {
                  "startLine": 8,
                  "startColumn": 73,
                  "endLine": 8,
                  "endColumn": 76
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/HoverReactionsBar/hooks/useOnClickOutside.ts",
                  "index": 447
                },
                "region": {
                  "startLine": 8,
                  "startColumn": 79,
                  "endLine": 8,
                  "endColumn": 81
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/HoverReactionsBar/hooks/useOnClickOutside.ts",
                  "index": 447
                },
                "region": {
                  "startLine": 10,
                  "startColumn": 50,
                  "endLine": 10,
                  "endColumn": 53
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/HoverReactionsBar/components/reactionPicker/ReactionPicker.tsx",
                  "index": 452
                },
                "region": {
                  "startLine": 39,
                  "startColumn": 46,
                  "endLine": 39,
                  "endColumn": 49,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/HoverReactionsBar/components/reactionPicker/ReactionPicker.tsx",
                  "index": 452
                },
                "region": {
                  "startLine": 42,
                  "startColumn": 34,
                  "endLine": 42,
                  "endColumn": 37,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/iFramePanel/IFramePanelContent.tsx",
                  "index": 460
                },
                "region": {
                  "startLine": 83,
                  "startColumn": 51,
                  "endLine": 83,
                  "endColumn": 54
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/iFramePanel/IFramePanelContent.tsx",
                  "index": 460
                },
                "region": {
                  "startLine": 84,
                  "startColumn": 51,
                  "endLine": 84,
                  "endColumn": 54
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/iFramePanel/IFramePanelContent.tsx",
                  "index": 460
                },
                "region": {
                  "startLine": 86,
                  "startColumn": 51,
                  "endLine": 86,
                  "endColumn": 54
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/hooks/useGrapAPI.ts",
                  "index": 480
                },
                "region": {
                  "startLine": 12,
                  "startColumn": 73,
                  "endLine": 12,
                  "endColumn": 76
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/hooks/useGrapAPI.ts",
                  "index": 480
                },
                "region": {
                  "startLine": 72,
                  "startColumn": 107,
                  "endLine": 72,
                  "endColumn": 110
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/hooks/useUtils.ts",
                  "index": 482
                },
                "region": {
                  "startLine": 25,
                  "startColumn": 58,
                  "endLine": 25,
                  "endColumn": 61,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/hooks/useUtils.ts",
                  "index": 482
                },
                "region": {
                  "startLine": 25,
                  "startColumn": 77,
                  "endLine": 25,
                  "endColumn": 80,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/hooks/useUtils.ts",
                  "index": 482
                },
                "region": {
                  "startLine": 25,
                  "startColumn": 96,
                  "endLine": 25,
                  "endColumn": 99,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/hooks/useUtils.ts",
                  "index": 482
                },
                "region": {
                  "startLine": 150,
                  "startColumn": 67,
                  "endLine": 150,
                  "endColumn": 70,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/hooks/useUtils.ts",
                  "index": 482
                },
                "region": {
                  "startLine": 168,
                  "startColumn": 17,
                  "endLine": 168,
                  "endColumn": 20,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            },
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/hooks/useUtils.ts",
                  "index": 482
                },
                "region": {
                  "startLine": 230,
                  "startColumn": 14,
                  "endLine": 230,
                  "endColumn": 17,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/hooks/useUtils.ts",
                  "index": 482
                },
                "region": {
                  "startLine": 274,
                  "startColumn": 41,
                  "endLine": 274,
                  "endColumn": 44,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/hooks/useUtils.ts",
                  "index": 482
                },
                "region": {
                  "startLine": 274,
                  "startColumn": 60,
                  "endLine": 274,
                  "endColumn": 63,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/hooks/useUtils.ts",
                  "index": 482
                },
                "region": {
                  "startLine": 274,
                  "startColumn": 79,
                  "endLine": 274,
                  "endColumn": 82,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/SelectStokImage.tsx",
                  "index": 487
                },
                "region": {
                  "startLine": 22,
                  "startColumn": 26,
                  "endLine": 22,
                  "endColumn": 29
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/SelectStokImage.tsx",
                  "index": 487
                },
                "region": {
                  "startLine": 71,
                  "startColumn": 56,
                  "endLine": 71,
                  "endColumn": 58
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/hooks/useDeleteFile.ts",
                  "index": 489
                },
                "region": {
                  "startLine": 6,
                  "startColumn": 63,
                  "endLine": 6,
                  "endColumn": 65
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/hooks/useDeleteFile.ts",
                  "index": 489
                },
                "region": {
                  "startLine": 19,
                  "startColumn": 87,
                  "endLine": 19,
                  "endColumn": 90
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/hooks/useUploadFile.ts",
                  "index": 493
                },
                "region": {
                  "startLine": 11,
                  "startColumn": 62,
                  "endLine": 11,
                  "endColumn": 64,
                  "snippet": {
                    "text": "=>"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/hooks/useUploadFile.ts",
                  "index": 493
                },
                "region": {
                  "startLine": 14,
                  "startColumn": 58,
                  "endLine": 14,
                  "endColumn": 61,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/hooks/useUploadFile.ts",
                  "index": 493
                },
                "region": {
                  "startLine": 35,
                  "startColumn": 19,
                  "endLine": 35,
                  "endColumn": 22,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "error",
          "message": {
            "text": "Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/uploadFiles/UploadFile.tsx",
                  "index": 499
                },
                "region": {
                  "startLine": 72,
                  "startColumn": 5,
                  "endLine": 112,
                  "endColumn": 10,
                  "snippet": {
                    "text": "(async () => {\n      try {\n        const assetLibraryInfo = await getSiteAssetsLibrary(appGlobalState.context.pageContext.site.absoluteUrl);\n        const { id: libraryId, parentReference } = assetLibraryInfo;\n        const { siteId } = parentReference;\n        const rs: IUploadFileResult = await uploadFile(file, UPLOAD_FOLDER_NAME, siteId, libraryId, uploadLocation);\n\n        const fileSearchResult: ISearchImagesResult = {\n          driveId: rs.parentReference.driveId,\n          title: rs.name,\n          path: rs.parentReference.path,\n          filename: rs.name,\n          siteID: rs.parentReference.siteId,\n          fileType: rs.file.mimeType,\n          spWebUrl: rs.webUrl,\n          id: rs.id,\n          modifiedBy: rs.lastModifiedBy.user.email,\n          lastModifiedTime: rs.lastModifiedDateTime,\n          fileExtension: rs.name.split(\".\").pop(),\n          created: \"\",\n          author: \"\",\n          editorOwsUser: \"\",\n          siteTitle: \"\",\n          parentLink: \"\",\n          listID: \"\",\n          listItemID: \"\",\n          spSiteURL: \"\",\n          webId: \"\",\n          uniqueID: \"\",\n          defaultEncodingURL: rs.webUrl,\n        };\n\n        setFileSearchResult(fileSearchResult);\n        setRetryUpload(false);\n      } catch (error) {\n        setErrorInfo({ origemFunction: \"uploadFile\", error: \"Uploaderror\" });\n        setFileSearchResult({} as ISearchImagesResult);\n        setRetryUpload(false);\n        console.error(\"[UploadFIle, File Upload Error]\", error);\n      }\n    })();"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-floating-promises",
          "ruleIndex": 11,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/uploadFiles/UploadFiles.tsx",
                  "index": 500
                },
                "region": {
                  "startLine": 28,
                  "startColumn": 41,
                  "endLine": 28,
                  "endColumn": 44
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/uploadFiles/UploadFiles.tsx",
                  "index": 500
                },
                "region": {
                  "startLine": 106,
                  "startColumn": 28,
                  "endLine": 106,
                  "endColumn": 31
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "error",
          "message": {
            "text": "A `require()` style import is forbidden."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/selectFromSharePoint.tsx",
                  "index": 502
                },
                "region": {
                  "startLine": 45,
                  "startColumn": 22,
                  "endLine": 45,
                  "endColumn": 61,
                  "snippet": {
                    "text": "require('./constants/defaultImage.png')"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-require-imports",
          "ruleIndex": 2,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'setIsAdding' is assigned a value but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/selectFromSharePoint.tsx",
                  "index": 502
                },
                "region": {
                  "startLine": 70,
                  "startColumn": 20,
                  "endLine": 70,
                  "endColumn": 31,
                  "snippet": {
                    "text": "setIsAdding"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'isInitialized' is assigned a value but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/selectFromSharePoint.tsx",
                  "index": 502
                },
                "region": {
                  "startLine": 91,
                  "startColumn": 10,
                  "endLine": 91,
                  "endColumn": 23,
                  "snippet": {
                    "text": "isInitialized"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "error",
          "message": {
            "text": "Possible race condition: `refHasMore.current` might be assigned based on an outdated state of `refHasMore`."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/selectFromSharePoint.tsx",
                  "index": 502
                },
                "region": {
                  "startLine": 139,
                  "startColumn": 7,
                  "endLine": 139,
                  "endColumn": 42,
                  "snippet": {
                    "text": "refHasMore.current = hasMoreResults"
                  }
                }
              }
            }
          ],
          "ruleId": "require-atomic-updates",
          "ruleIndex": 12,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "error",
          "message": {
            "text": "Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/selectFromSharePoint.tsx",
                  "index": 502
                },
                "region": {
                  "startLine": 147,
                  "startColumn": 5,
                  "endLine": 166,
                  "endColumn": 10,
                  "snippet": {
                    "text": "(async () => {\n      if (!context || source === SOURCE_STOCK || source === SOURCE_UPLOAD)\n        return;\n      setIsLoading(true);\n      setSelectedImage(null);\n      refStart.current = 0;\n      try {\n        const results = await searchImages(\n          `(${queryExtensions}) ${source}`,\n          refStart.current\n        );\n        const { fields, hasMoreResults } = results;\n        refHasMore.current = hasMoreResults;\n        setSearchResults(fields);\n      } catch (error) {\n        console.error('[useEffect] error:', error);\n      } finally {\n        setIsLoading(false);\n      }\n    })();"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-floating-promises",
          "ruleIndex": 11,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "error",
          "message": {
            "text": "Possible race condition: `isScrolling.current` might be assigned based on an outdated state of `isScrolling`."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/selectFromSharePoint.tsx",
                  "index": 502
                },
                "region": {
                  "startLine": 240,
                  "startColumn": 9,
                  "endLine": 240,
                  "endColumn": 36,
                  "snippet": {
                    "text": "isScrolling.current = false"
                  }
                }
              }
            }
          ],
          "ruleId": "require-atomic-updates",
          "ruleIndex": 12,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/ImagePicker.tsx",
                  "index": 503
                },
                "region": {
                  "startLine": 27,
                  "startColumn": 22,
                  "endLine": 27,
                  "endColumn": 24
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'maxWidth' is assigned a value but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/ImagePicker.tsx",
                  "index": 503
                },
                "region": {
                  "startLine": 55,
                  "startColumn": 9,
                  "endLine": 55,
                  "endColumn": 17
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'maxHeight' is assigned a value but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/imagePicker/ImagePicker.tsx",
                  "index": 503
                },
                "region": {
                  "startLine": 56,
                  "startColumn": 9,
                  "endLine": 56,
                  "endColumn": 18
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemAttachments/IListItemAttachmentsProps.ts",
                  "index": 524
                },
                "region": {
                  "startLine": 28,
                  "startColumn": 35,
                  "endLine": 28,
                  "endColumn": 38
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemAttachments/IUploadAttachmentProps.ts",
                  "index": 527
                },
                "region": {
                  "startLine": 17,
                  "startColumn": 35,
                  "endLine": 17,
                  "endColumn": 38
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemAttachments/ListItemAttachments.tsx",
                  "index": 531
                },
                "region": {
                  "startLine": 83,
                  "startColumn": 24,
                  "endLine": 83,
                  "endColumn": 27
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemComments/components/Comments/IComment.ts",
                  "index": 536
                },
                "region": {
                  "startLine": 48,
                  "startColumn": 12,
                  "endLine": 48,
                  "endColumn": 15
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemComments/hooks/useMsGraphAPI.ts",
                  "index": 552
                },
                "region": {
                  "startLine": 28,
                  "startColumn": 18,
                  "endLine": 28,
                  "endColumn": 21
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemComments/hooks/useSpAPI.ts",
                  "index": 553
                },
                "region": {
                  "startLine": 130,
                  "startColumn": 63,
                  "endLine": 130,
                  "endColumn": 66
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemComments/hooks/useSpAPI.ts",
                  "index": 553
                },
                "region": {
                  "startLine": 148,
                  "startColumn": 63,
                  "endLine": 148,
                  "endColumn": 66
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemComments/components/Comments/useListItemCommentsStyles.ts",
                  "index": 555
                },
                "region": {
                  "startLine": 24,
                  "startColumn": 29,
                  "endLine": 24,
                  "endColumn": 32,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemComments/components/Comments/useListItemCommentsStyles.ts",
                  "index": 555
                },
                "region": {
                  "startLine": 25,
                  "startColumn": 18,
                  "endLine": 25,
                  "endColumn": 21,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemComments/utils/utils.ts",
                  "index": 556
                },
                "region": {
                  "startLine": 10,
                  "startColumn": 58,
                  "endLine": 10,
                  "endColumn": 61
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemComments/utils/utils.ts",
                  "index": 556
                },
                "region": {
                  "startLine": 85,
                  "startColumn": 25,
                  "endLine": 85,
                  "endColumn": 28
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemComments/utils/utils.ts",
                  "index": 556
                },
                "region": {
                  "startLine": 99,
                  "startColumn": 18,
                  "endLine": 99,
                  "endColumn": 21
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemComments/components/AddComment/useAddCommentStyles.ts",
                  "index": 561
                },
                "region": {
                  "startLine": 7,
                  "startColumn": 39,
                  "endLine": 7,
                  "endColumn": 41
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/LivePersona/LivePersona.tsx",
                  "index": 564
                },
                "region": {
                  "startLine": 14,
                  "startColumn": 32,
                  "endLine": 14,
                  "endColumn": 35
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemComments/components/Comments/CommentText.tsx",
                  "index": 566
                },
                "region": {
                  "startLine": 86,
                  "startColumn": 29,
                  "endLine": 86,
                  "endColumn": 32
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemComments/components/Comments/LikedUserList.tsx",
                  "index": 569
                },
                "region": {
                  "startLine": 15,
                  "startColumn": 12,
                  "endLine": 15,
                  "endColumn": 15
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemComments/components/Comments/LikedUserList.tsx",
                  "index": 569
                },
                "region": {
                  "startLine": 55,
                  "startColumn": 19,
                  "endLine": 55,
                  "endColumn": 22
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemComments/components/Comments/RenderComments.tsx",
                  "index": 570
                },
                "region": {
                  "startLine": 44,
                  "startColumn": 58,
                  "endLine": 44,
                  "endColumn": 61
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'Theme' is defined but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemComments/ListItemComments.tsx",
                  "index": 572
                },
                "region": {
                  "startLine": 6,
                  "startColumn": 10,
                  "endLine": 6,
                  "endColumn": 15
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/IListView.ts",
                  "index": 583
                },
                "region": {
                  "startLine": 18,
                  "startColumn": 12,
                  "endLine": 18,
                  "endColumn": 15
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/IListView.ts",
                  "index": 583
                },
                "region": {
                  "startLine": 26,
                  "startColumn": 11,
                  "endLine": 26,
                  "endColumn": 14
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/IListView.ts",
                  "index": 583
                },
                "region": {
                  "startLine": 48,
                  "startColumn": 23,
                  "endLine": 48,
                  "endColumn": 26
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/IListView.ts",
                  "index": 583
                },
                "region": {
                  "startLine": 86,
                  "startColumn": 23,
                  "endLine": 86,
                  "endColumn": 26
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/IListView.ts",
                  "index": 583
                },
                "region": {
                  "startLine": 86,
                  "startColumn": 74,
                  "endLine": 86,
                  "endColumn": 77
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/IListView.ts",
                  "index": 583
                },
                "region": {
                  "startLine": 102,
                  "startColumn": 11,
                  "endLine": 102,
                  "endColumn": 14
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/IListView.ts",
                  "index": 583
                },
                "region": {
                  "startLine": 121,
                  "startColumn": 10,
                  "endLine": 121,
                  "endColumn": 13
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/IListView.ts",
                  "index": 583
                },
                "region": {
                  "startLine": 162,
                  "startColumn": 20,
                  "endLine": 162,
                  "endColumn": 23
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/IListView.ts",
                  "index": 583
                },
                "region": {
                  "startLine": 162,
                  "startColumn": 62,
                  "endLine": 162,
                  "endColumn": 65
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 68,
                  "startColumn": 26,
                  "endLine": 68,
                  "endColumn": 29
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 152,
                  "startColumn": 29,
                  "endLine": 152,
                  "endColumn": 32
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 155,
                  "startColumn": 30,
                  "endLine": 155,
                  "endColumn": 33
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 162,
                  "startColumn": 29,
                  "endLine": 162,
                  "endColumn": 32
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 163,
                  "startColumn": 30,
                  "endLine": 163,
                  "endColumn": 33
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 184,
                  "startColumn": 29,
                  "endLine": 184,
                  "endColumn": 32
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 215,
                  "startColumn": 53,
                  "endLine": 215,
                  "endColumn": 56
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 295,
                  "startColumn": 32,
                  "endLine": 295,
                  "endColumn": 35
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 295,
                  "startColumn": 40,
                  "endLine": 295,
                  "endColumn": 43
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 308,
                  "startColumn": 30,
                  "endLine": 308,
                  "endColumn": 33
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 308,
                  "startColumn": 36,
                  "endLine": 308,
                  "endColumn": 39
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 309,
                  "startColumn": 21,
                  "endLine": 309,
                  "endColumn": 24
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 351,
                  "startColumn": 24,
                  "endLine": 351,
                  "endColumn": 27
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 351,
                  "startColumn": 30,
                  "endLine": 351,
                  "endColumn": 33
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 383,
                  "startColumn": 44,
                  "endLine": 383,
                  "endColumn": 47
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 391,
                  "startColumn": 21,
                  "endLine": 391,
                  "endColumn": 24
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 397,
                  "startColumn": 21,
                  "endLine": 397,
                  "endColumn": 24
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 481,
                  "startColumn": 29,
                  "endLine": 481,
                  "endColumn": 32
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 481,
                  "startColumn": 77,
                  "endLine": 481,
                  "endColumn": 80
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 499,
                  "startColumn": 57,
                  "endLine": 499,
                  "endColumn": 60
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 499,
                  "startColumn": 85,
                  "endLine": 499,
                  "endColumn": 88
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 519,
                  "startColumn": 57,
                  "endLine": 519,
                  "endColumn": 60
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 519,
                  "startColumn": 85,
                  "endLine": 519,
                  "endColumn": 88
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 524,
                  "startColumn": 19,
                  "endLine": 524,
                  "endColumn": 22
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 552,
                  "startColumn": 44,
                  "endLine": 552,
                  "endColumn": 47
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.tsx",
                  "index": 584
                },
                "region": {
                  "startLine": 623,
                  "startColumn": 23,
                  "endLine": 623,
                  "endColumn": 26
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/map/IMap.ts",
                  "index": 591
                },
                "region": {
                  "startLine": 17,
                  "startColumn": 13,
                  "endLine": 17,
                  "endColumn": 16
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/map/IMap.ts",
                  "index": 591
                },
                "region": {
                  "startLine": 41,
                  "startColumn": 13,
                  "endLine": 41,
                  "endColumn": 16
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/monacoEditor/MonacoEditor.tsx",
                  "index": 605
                },
                "region": {
                  "startLine": 28,
                  "startColumn": 34,
                  "endLine": 28,
                  "endColumn": 37
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/monacoEditor/MonacoEditor.tsx",
                  "index": 605
                },
                "region": {
                  "startLine": 33,
                  "startColumn": 9,
                  "endLine": 33,
                  "endColumn": 12
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/MyTeams/MyTeamsStyles.ts",
                  "index": 609
                },
                "region": {
                  "startLine": 10,
                  "startColumn": 64,
                  "endLine": 10,
                  "endColumn": 66
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/MyTeams/components/Team/ITeam.ts",
                  "index": 610
                },
                "region": {
                  "startLine": 8,
                  "startColumn": 20,
                  "endLine": 8,
                  "endColumn": 23
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/MyTeams/components/Team/ITeam.ts",
                  "index": 610
                },
                "region": {
                  "startLine": 9,
                  "startColumn": 16,
                  "endLine": 9,
                  "endColumn": 19
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/MyTeams/components/Team/ITeam.ts",
                  "index": 610
                },
                "region": {
                  "startLine": 12,
                  "startColumn": 33,
                  "endLine": 12,
                  "endColumn": 36
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/MyTeams/components/Team/ITeam.ts",
                  "index": 610
                },
                "region": {
                  "startLine": 13,
                  "startColumn": 20,
                  "endLine": 13,
                  "endColumn": 23
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/MyTeams/components/Team/ITeam.ts",
                  "index": 610
                },
                "region": {
                  "startLine": 14,
                  "startColumn": 19,
                  "endLine": 14,
                  "endColumn": 22
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/MyTeams/components/Team/ITeam.ts",
                  "index": 610
                },
                "region": {
                  "startLine": 15,
                  "startColumn": 23,
                  "endLine": 15,
                  "endColumn": 26
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/MyTeams/components/Team/ITeam.ts",
                  "index": 610
                },
                "region": {
                  "startLine": 16,
                  "startColumn": 17,
                  "endLine": 16,
                  "endColumn": 20
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/MyTeams/components/Team/ITeam.ts",
                  "index": 610
                },
                "region": {
                  "startLine": 17,
                  "startColumn": 23,
                  "endLine": 17,
                  "endColumn": 26
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/MyTeams/components/Team/TeamReducer.ts",
                  "index": 618
                },
                "region": {
                  "startLine": 6,
                  "startColumn": 40,
                  "endLine": 6,
                  "endColumn": 43
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/MyTeams/components/Team/TeamReducer.ts",
                  "index": 618
                },
                "region": {
                  "startLine": 7,
                  "startColumn": 3,
                  "endLine": 7,
                  "endColumn": 5
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/MyTeams/MyTeamsReducer.ts",
                  "index": 623
                },
                "region": {
                  "startLine": 6,
                  "startColumn": 43,
                  "endLine": 6,
                  "endColumn": 46
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/MyTeams/MyTeamsReducer.ts",
                  "index": 623
                },
                "region": {
                  "startLine": 7,
                  "startColumn": 3,
                  "endLine": 7,
                  "endColumn": 5
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/ProgressStepsIndicator/ProgressStepsIndicatorStyles.ts",
                  "index": 635
                },
                "region": {
                  "startLine": 19,
                  "startColumn": 121,
                  "endLine": 19,
                  "endColumn": 123,
                  "snippet": {
                    "text": "=>"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            },
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/shareDialog/renderDialog/RenderDialog.tsx",
                  "index": 646
                },
                "region": {
                  "startLine": 30,
                  "startColumn": 46,
                  "endLine": 30,
                  "endColumn": 48
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/shareDialog/ShareDialog.tsx",
                  "index": 648
                },
                "region": {
                  "startLine": 14,
                  "startColumn": 42,
                  "endLine": 14,
                  "endColumn": 44
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/siteBreadcrumb/ISiteBreadcrumb.ts",
                  "index": 651
                },
                "region": {
                  "startLine": 19,
                  "startColumn": 11,
                  "endLine": 19,
                  "endColumn": 14
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/TeamChannelPicker/TeamChannelPickerStyles.ts",
                  "index": 662
                },
                "region": {
                  "startLine": 12,
                  "startColumn": 85,
                  "endLine": 12,
                  "endColumn": 87
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/TeamChannelPicker/TeamChannelPicker.tsx",
                  "index": 664
                },
                "region": {
                  "startLine": 34,
                  "startColumn": 36,
                  "endLine": 34,
                  "endColumn": 39
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/TeamChannelPicker/TeamChannelPicker.tsx",
                  "index": 664
                },
                "region": {
                  "startLine": 36,
                  "startColumn": 26,
                  "endLine": 36,
                  "endColumn": 29
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/TeamPicker/TeamPickerStyles.ts",
                  "index": 671
                },
                "region": {
                  "startLine": 12,
                  "startColumn": 80,
                  "endLine": 12,
                  "endColumn": 82
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/TeamPicker/TeamPicker.tsx",
                  "index": 672
                },
                "region": {
                  "startLine": 38,
                  "startColumn": 36,
                  "endLine": 38,
                  "endColumn": 39
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/TeamPicker/TeamPicker.tsx",
                  "index": 672
                },
                "region": {
                  "startLine": 40,
                  "startColumn": 23,
                  "endLine": 40,
                  "endColumn": 26
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/TermSetNavigation/hooks/useSessionStorage.ts",
                  "index": 685
                },
                "region": {
                  "startLine": 17,
                  "startColumn": 38,
                  "endLine": 17,
                  "endColumn": 41,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/TermSetNavigation/hooks/useSessionStorage.ts",
                  "index": 685
                },
                "region": {
                  "startLine": 22,
                  "startColumn": 60,
                  "endLine": 22,
                  "endColumn": 63,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/TermSetNavigation/useNavigationStyles.ts",
                  "index": 688
                },
                "region": {
                  "startLine": 19,
                  "startColumn": 40,
                  "endLine": 19,
                  "endColumn": 43
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "error",
          "message": {
            "text": "A `require()` style import is forbidden."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/TermSetNavigation/RenderNoOptions.tsx",
                  "index": 690
                },
                "region": {
                  "startLine": 20,
                  "startColumn": 21,
                  "endLine": 20,
                  "endColumn": 56
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-require-imports",
          "ruleIndex": 2,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/TermSetNavigation/utils/useTaxonomyUtils.ts",
                  "index": 691
                },
                "region": {
                  "startLine": 10,
                  "startColumn": 65,
                  "endLine": 10,
                  "endColumn": 67
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "error",
          "message": {
            "text": "Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/TermSetNavigation/Navigation.tsx",
                  "index": 692
                },
                "region": {
                  "startLine": 84,
                  "startColumn": 5,
                  "endLine": 97,
                  "endColumn": 10
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-floating-promises",
          "ruleIndex": 11,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "error",
          "message": {
            "text": "Possible race condition: `isLoadedTermSetsRef.current` might be assigned based on an outdated state of `isLoadedTermSetsRef`."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/TermSetNavigation/Navigation.tsx",
                  "index": 692
                },
                "region": {
                  "startLine": 90,
                  "startColumn": 11,
                  "endLine": 90,
                  "endColumn": 45
                }
              }
            }
          ],
          "ruleId": "require-atomic-updates",
          "ruleIndex": 12,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "error",
          "message": {
            "text": "Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/TermSetNavigation/Navigation.tsx",
                  "index": 692
                },
                "region": {
                  "startLine": 101,
                  "startColumn": 5,
                  "endLine": 106,
                  "endColumn": 10
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-floating-promises",
          "ruleIndex": 11,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/treeView/ITreeItem.ts",
                  "index": 699
                },
                "region": {
                  "startLine": 35,
                  "startColumn": 10,
                  "endLine": 35,
                  "endColumn": 13
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/treeView/TreeItem.tsx",
                  "index": 705
                },
                "region": {
                  "startLine": 64,
                  "startColumn": 18,
                  "endLine": 64,
                  "endColumn": 21
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/treeView/TreeView.tsx",
                  "index": 706
                },
                "region": {
                  "startLine": 135,
                  "startColumn": 21,
                  "endLine": 135,
                  "endColumn": 24
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/treeView/TreeView.tsx",
                  "index": 706
                },
                "region": {
                  "startLine": 138,
                  "startColumn": 43,
                  "endLine": 138,
                  "endColumn": 46
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/uploadFiles/hooks/useUtils.ts",
                  "index": 712
                },
                "region": {
                  "startLine": 9,
                  "startColumn": 28,
                  "endLine": 9,
                  "endColumn": 30
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/uploadFiles/components/File/useFileStyles.ts",
                  "index": 713
                },
                "region": {
                  "startLine": 24,
                  "startColumn": 33,
                  "endLine": 24,
                  "endColumn": 35
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/uploadFiles/components/FileCommandBar/useFileCommandBarStyles.ts",
                  "index": 717
                },
                "region": {
                  "startLine": 21,
                  "startColumn": 43,
                  "endLine": 21,
                  "endColumn": 45
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/uploadFiles/components/NoDocuments/useNoDocumentsStyles.ts",
                  "index": 719
                },
                "region": {
                  "startLine": 14,
                  "startColumn": 40,
                  "endLine": 14,
                  "endColumn": 42
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/uploadFiles/components/DocumentList/useDocumentListStyles.ts",
                  "index": 723
                },
                "region": {
                  "startLine": 18,
                  "startColumn": 41,
                  "endLine": 18,
                  "endColumn": 43,
                  "snippet": {
                    "text": "=>"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/uploadFiles/components/UploadFiles/useUploadFilesStyles.ts",
                  "index": 733
                },
                "region": {
                  "startLine": 11,
                  "startColumn": 40,
                  "endLine": 11,
                  "endColumn": 42
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/uploadFiles/components/UploadFiles/UploadFiles.tsx",
                  "index": 734
                },
                "region": {
                  "startLine": 25,
                  "startColumn": 58,
                  "endLine": 25,
                  "endColumn": 61
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/models/IGraphBatchRequest.ts",
                  "index": 749
                },
                "region": {
                  "startLine": 6,
                  "startColumn": 13,
                  "endLine": 6,
                  "endColumn": 16
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useLocalStorage.ts",
                  "index": 750
                },
                "region": {
                  "startLine": 14,
                  "startColumn": 58,
                  "endLine": 14,
                  "endColumn": 60
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useLocalStorage.ts",
                  "index": 750
                },
                "region": {
                  "startLine": 15,
                  "startColumn": 85,
                  "endLine": 15,
                  "endColumn": 87
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useLocalStorage.ts",
                  "index": 750
                },
                "region": {
                  "startLine": 23,
                  "startColumn": 40,
                  "endLine": 23,
                  "endColumn": 43
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useLocalStorage.ts",
                  "index": 750
                },
                "region": {
                  "startLine": 33,
                  "startColumn": 48,
                  "endLine": 33,
                  "endColumn": 51
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useUtils.ts",
                  "index": 751
                },
                "region": {
                  "startLine": 32,
                  "startColumn": 28,
                  "endLine": 32,
                  "endColumn": 30
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useUtils.ts",
                  "index": 751
                },
                "region": {
                  "startLine": 247,
                  "startColumn": 5,
                  "endLine": 247,
                  "endColumn": 7
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useUtils.ts",
                  "index": 751
                },
                "region": {
                  "startLine": 261,
                  "startColumn": 54,
                  "endLine": 261,
                  "endColumn": 57
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useUtils.ts",
                  "index": 751
                },
                "region": {
                  "startLine": 261,
                  "startColumn": 59,
                  "endLine": 261,
                  "endColumn": 61
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useUtils.ts",
                  "index": 751
                },
                "region": {
                  "startLine": 265,
                  "startColumn": 70,
                  "endLine": 265,
                  "endColumn": 73
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useUtils.ts",
                  "index": 751
                },
                "region": {
                  "startLine": 265,
                  "startColumn": 96,
                  "endLine": 265,
                  "endColumn": 98
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useUtils.ts",
                  "index": 751
                },
                "region": {
                  "startLine": 267,
                  "startColumn": 29,
                  "endLine": 267,
                  "endColumn": 32
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useUtils.ts",
                  "index": 751
                },
                "region": {
                  "startLine": 267,
                  "startColumn": 84,
                  "endLine": 267,
                  "endColumn": 87
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Regular expressions should be constructed from string constants. Dynamically building strings at runtime may introduce security vulnerabilities, performance concerns, and bugs involving incorrect escaping of special characters."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useUtils.ts",
                  "index": 751
                },
                "region": {
                  "startLine": 271,
                  "startColumn": 25,
                  "endLine": 271,
                  "endColumn": 77
                }
              }
            }
          ],
          "ruleId": "@rushstack/security/no-unsafe-regexp",
          "ruleIndex": 4,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useUtils.ts",
                  "index": 751
                },
                "region": {
                  "startLine": 314,
                  "startColumn": 16,
                  "endLine": 314,
                  "endColumn": 19
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useUtils.ts",
                  "index": 751
                },
                "region": {
                  "startLine": 315,
                  "startColumn": 19,
                  "endLine": 315,
                  "endColumn": 22
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useUtils.ts",
                  "index": 751
                },
                "region": {
                  "startLine": 316,
                  "startColumn": 19,
                  "endLine": 316,
                  "endColumn": 22
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useUtils.ts",
                  "index": 751
                },
                "region": {
                  "startLine": 323,
                  "startColumn": 37,
                  "endLine": 323,
                  "endColumn": 40
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useUtils.ts",
                  "index": 751
                },
                "region": {
                  "startLine": 359,
                  "startColumn": 32,
                  "endLine": 359,
                  "endColumn": 35
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useUtils.ts",
                  "index": 751
                },
                "region": {
                  "startLine": 359,
                  "startColumn": 37,
                  "endLine": 359,
                  "endColumn": 39
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useUtils.ts",
                  "index": 751
                },
                "region": {
                  "startLine": 369,
                  "startColumn": 48,
                  "endLine": 369,
                  "endColumn": 50
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useGraphUserAPI.ts",
                  "index": 752
                },
                "region": {
                  "startLine": 36,
                  "startColumn": 25,
                  "endLine": 36,
                  "endColumn": 28,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useGraphUserAPI.ts",
                  "index": 752
                },
                "region": {
                  "startLine": 90,
                  "startColumn": 29,
                  "endLine": 90,
                  "endColumn": 32,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useGraphUserAPI.ts",
                  "index": 752
                },
                "region": {
                  "startLine": 96,
                  "startColumn": 24,
                  "endLine": 96,
                  "endColumn": 27,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useGraphUserAPI.ts",
                  "index": 752
                },
                "region": {
                  "startLine": 106,
                  "startColumn": 58,
                  "endLine": 106,
                  "endColumn": 61,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useGraphUserAPI.ts",
                  "index": 752
                },
                "region": {
                  "startLine": 114,
                  "startColumn": 61,
                  "endLine": 114,
                  "endColumn": 64,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useGraphUserAPI.ts",
                  "index": 752
                },
                "region": {
                  "startLine": 132,
                  "startColumn": 25,
                  "endLine": 132,
                  "endColumn": 28,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useOnClickOutside.ts",
                  "index": 753
                },
                "region": {
                  "startLine": 8,
                  "startColumn": 58,
                  "endLine": 8,
                  "endColumn": 61
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useOnClickOutside.ts",
                  "index": 753
                },
                "region": {
                  "startLine": 8,
                  "startColumn": 73,
                  "endLine": 8,
                  "endColumn": 76
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useOnClickOutside.ts",
                  "index": 753
                },
                "region": {
                  "startLine": 8,
                  "startColumn": 79,
                  "endLine": 8,
                  "endColumn": 81
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/hooks/useOnClickOutside.ts",
                  "index": 753
                },
                "region": {
                  "startLine": 10,
                  "startColumn": 50,
                  "endLine": 10,
                  "endColumn": 53
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/showMessage/useShowMessageStyles.ts",
                  "index": 755
                },
                "region": {
                  "startLine": 16,
                  "startColumn": 8,
                  "endLine": 16,
                  "endColumn": 11
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/showMessage/useShowMessageStyles.ts",
                  "index": 755
                },
                "region": {
                  "startLine": 20,
                  "startColumn": 8,
                  "endLine": 20,
                  "endColumn": 11
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/showMessage/useShowMessageStyles.ts",
                  "index": 755
                },
                "region": {
                  "startLine": 29,
                  "startColumn": 8,
                  "endLine": 29,
                  "endColumn": 11
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/showMessage/useShowMessageStyles.ts",
                  "index": 755
                },
                "region": {
                  "startLine": 33,
                  "startColumn": 8,
                  "endLine": 33,
                  "endColumn": 11
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "error",
          "message": {
            "text": "Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/userCard/UserCard.tsx",
                  "index": 759
                },
                "region": {
                  "startLine": 87,
                  "startColumn": 9,
                  "endLine": 91,
                  "endColumn": 12,
                  "snippet": {
                    "text": "getUserPresence(user?.id || \"\").then((presence) => {\n          userPresence = presence as Presence;\n          user = { ...user, presence: userPresence } as IUserInfo;\n          setUser(user);\n        });"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-floating-promises",
          "ruleIndex": 11,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "error",
          "message": {
            "text": "Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/userCard/UserCard.tsx",
                  "index": 759
                },
                "region": {
                  "startLine": 102,
                  "startColumn": 5,
                  "endLine": 107,
                  "endColumn": 10,
                  "snippet": {
                    "text": "(async () => {\n      await checkUserPresence();\n      setInterval(async () => {\n        await checkUserPresence();\n      }, 60000);\n    })();"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-floating-promises",
          "ruleIndex": 11,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/userCard/UserCard.tsx",
                  "index": 759
                },
                "region": {
                  "startLine": 139,
                  "startColumn": 49,
                  "endLine": 139,
                  "endColumn": 52,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/UserPickerControl.tsx",
                  "index": 764
                },
                "region": {
                  "startLine": 161,
                  "startColumn": 57,
                  "endLine": 161,
                  "endColumn": 60,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'themeV8' is assigned a value but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/UserPicker.tsx",
                  "index": 765
                },
                "region": {
                  "startLine": 26,
                  "startColumn": 18,
                  "endLine": 26,
                  "endColumn": 25
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "error",
          "message": {
            "text": "Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/userPicker/UserPicker.tsx",
                  "index": 765
                },
                "region": {
                  "startLine": 33,
                  "startColumn": 5,
                  "endLine": 55,
                  "endColumn": 10
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-floating-promises",
          "ruleIndex": 11,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/variantThemeProvider/VariantThemeProviderHelpers.ts",
                  "index": 769
                },
                "region": {
                  "startLine": 49,
                  "startColumn": 32,
                  "endLine": 49,
                  "endColumn": 35
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/variantThemeProvider/VariantThemeProviderHelpers.ts",
                  "index": 769
                },
                "region": {
                  "startLine": 49,
                  "startColumn": 49,
                  "endLine": 49,
                  "endColumn": 52
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "error",
          "message": {
            "text": "Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/worldMap/useCleanMapStyle.tsx",
                  "index": 787
                },
                "region": {
                  "startLine": 13,
                  "startColumn": 5,
                  "endLine": 22,
                  "endColumn": 10
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-floating-promises",
          "ruleIndex": 11,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/worldMap/WorldMapControl.tsx",
                  "index": 788
                },
                "region": {
                  "startLine": 33,
                  "startColumn": 22,
                  "endLine": 33,
                  "endColumn": 24,
                  "snippet": {
                    "text": "=>"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "error",
          "message": {
            "text": "Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/ListToolbar/ListToolbar.tsx",
                  "index": 804
                },
                "region": {
                  "startLine": 34,
                  "startColumn": 5,
                  "endLine": 63,
                  "endColumn": 10,
                  "snippet": {
                    "text": "(async () => {\n      try {\n        if (has(context, \"sdks.microsoftTeams.teamsJs.app.getContext\")) {\n          const teamsContext = await (context as WebPartContext).sdks.microsoftTeams?.teamsJs.app.getContext();\n          const teamsTheme = teamsContext.app.theme || \"default\";\n          switch (teamsTheme) {\n            case \"dark\":\n              setTheme(teamsDarkTheme);\n              break;\n            case \"contrast\":\n              setTheme(teamsHighContrastTheme);\n              break;\n            case \"default\":\n              setTheme(teamsLightTheme);\n              break;\n            default:\n              setTheme(teamsLightTheme);\n              break;\n          }\n        } else if (themeV8 || currentSPTheme) {\n          setTheme(createV9Theme(themeV8 ?? currentSPTheme));\n        } else {\n          setTheme(teamsLightTheme);\n        }\n      } catch (error) {\n        console.warn(\"ListToolbar: Failed to resolve theme, using default\", error);\n        setTheme(teamsLightTheme);\n      }\n      setIsInitialized(true);\n    })();"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-floating-promises",
          "ruleIndex": 11,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/extensions/ootbFields/components/Customizer/OotbFields.tsx",
                  "index": 833
                },
                "region": {
                  "startLine": 12,
                  "startColumn": 10,
                  "endLine": 12,
                  "endColumn": 13,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/extensions/ootbFields/components/Customizer/OotbFields.tsx",
                  "index": 833
                },
                "region": {
                  "startLine": 33,
                  "startColumn": 3,
                  "endLine": 33,
                  "endColumn": 35,
                  "snippet": {
                    "text": "public UNSAFE_componentWillMount"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9
        },
        {
          "level": "warning",
          "message": {
            "text": "'strings' is defined but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/extensions/ootbFields/OotbFieldsFieldCustomizer.ts",
                  "index": 834
                },
                "region": {
                  "startLine": 10,
                  "startColumn": 13,
                  "endLine": 10,
                  "endColumn": 20,
                  "snippet": {
                    "text": "strings"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5
        },
        {
          "level": "warning",
          "message": {
            "text": "'IOotbFieldsProps' is defined but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/extensions/ootbFields/OotbFieldsFieldCustomizer.ts",
                  "index": 834
                },
                "region": {
                  "startLine": 11,
                  "startColumn": 22,
                  "endLine": 11,
                  "endColumn": 38,
                  "snippet": {
                    "text": "IOotbFieldsProps"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/extensions/testForm/components/TestForm.tsx",
                  "index": 837
                },
                "region": {
                  "startLine": 44,
                  "startColumn": 50,
                  "endLine": 44,
                  "endColumn": 53
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/bg-bg.ts",
                  "index": 839
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/bg-bg.ts",
                  "index": 839
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/ca-es.ts",
                  "index": 840
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/ca-es.ts",
                  "index": 840
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/cs-cz.ts",
                  "index": 841
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/cs-cz.ts",
                  "index": 841
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/da-dk.ts",
                  "index": 842
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/da-dk.ts",
                  "index": 842
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/de-de.ts",
                  "index": 843
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/de-de.ts",
                  "index": 843
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/el-gr.ts",
                  "index": 844
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/el-gr.ts",
                  "index": 844
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/en-us.ts",
                  "index": 845
                },
                "region": {
                  "startLine": 4,
                  "startColumn": 21,
                  "endLine": 4,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/en-us.ts",
                  "index": 845
                },
                "region": {
                  "startLine": 4,
                  "startColumn": 1,
                  "endLine": 4,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/es-es.ts",
                  "index": 846
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/es-es.ts",
                  "index": 846
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/et-ee.ts",
                  "index": 847
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/et-ee.ts",
                  "index": 847
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/eu-es.ts",
                  "index": 848
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/eu-es.ts",
                  "index": 848
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/fi-fi.ts",
                  "index": 849
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/fi-fi.ts",
                  "index": 849
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/fr-ca.ts",
                  "index": 850
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/fr-ca.ts",
                  "index": 850
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/fr-fr.ts",
                  "index": 851
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/fr-fr.ts",
                  "index": 851
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/it-it.ts",
                  "index": 852
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/it-it.ts",
                  "index": 852
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/ja-jp.ts",
                  "index": 853
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/ja-jp.ts",
                  "index": 853
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/lt-lt.ts",
                  "index": 854
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/lt-lt.ts",
                  "index": 854
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/lv-lv.ts",
                  "index": 855
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/lv-lv.ts",
                  "index": 855
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/nb-no.ts",
                  "index": 856
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/nb-no.ts",
                  "index": 856
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/nl-nl.ts",
                  "index": 857
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/nl-nl.ts",
                  "index": 857
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/pl-pl.ts",
                  "index": 858
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/pl-pl.ts",
                  "index": 858
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/pt-br.ts",
                  "index": 859
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/pt-br.ts",
                  "index": 859
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/pt-pt.ts",
                  "index": 860
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/pt-pt.ts",
                  "index": 860
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/ro-ro.ts",
                  "index": 861
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/ro-ro.ts",
                  "index": 861
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/ru-ru.ts",
                  "index": 862
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/ru-ru.ts",
                  "index": 862
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/sk-sk.ts",
                  "index": 863
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/sk-sk.ts",
                  "index": 863
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/sr-latn-rs.ts",
                  "index": 864
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/sr-latn-rs.ts",
                  "index": 864
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/sv-se.ts",
                  "index": 865
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/sv-se.ts",
                  "index": 865
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/tr-tr.ts",
                  "index": 866
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/tr-tr.ts",
                  "index": 866
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/vi-vn.ts",
                  "index": 867
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/vi-vn.ts",
                  "index": 867
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/zh-cn.ts",
                  "index": 868
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/zh-cn.ts",
                  "index": 868
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/zh-tw.ts",
                  "index": 869
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 21,
                  "endLine": 2,
                  "endColumn": 24,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected var, use let or const instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/loc/zh-tw.ts",
                  "index": 869
                },
                "region": {
                  "startLine": 2,
                  "startColumn": 1,
                  "endLine": 2,
                  "endColumn": 25,
                  "snippet": {
                    "text": "declare var define: any;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-var",
          "ruleIndex": 13,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/PeoplePickerMockClient.ts",
                  "index": 870
                },
                "region": {
                  "startLine": 47,
                  "startColumn": 32,
                  "endLine": 47,
                  "endColumn": 35
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/PeoplePickerMockClient.ts",
                  "index": 870
                },
                "region": {
                  "startLine": 47,
                  "startColumn": 56,
                  "endLine": 47,
                  "endColumn": 59
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/PeoplePickerMockClient.ts",
                  "index": 870
                },
                "region": {
                  "startLine": 47,
                  "startColumn": 84,
                  "endLine": 47,
                  "endColumn": 87
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/PeoplePickerMockClient.ts",
                  "index": 870
                },
                "region": {
                  "startLine": 47,
                  "startColumn": 108,
                  "endLine": 47,
                  "endColumn": 111
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPServiceMock.ts",
                  "index": 871
                },
                "region": {
                  "startLine": 28,
                  "startColumn": 162,
                  "endLine": 28,
                  "endColumn": 165
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "error",
          "message": {
            "text": "Promise executor functions should not be async."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPServiceMock.ts",
                  "index": 871
                },
                "region": {
                  "startLine": 50,
                  "startColumn": 34,
                  "endLine": 50,
                  "endColumn": 39
                }
              }
            }
          ],
          "ruleId": "no-async-promise-executor",
          "ruleIndex": 14,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/SPTermStorePickerMockService.ts",
                  "index": 872
                },
                "region": {
                  "startLine": 194,
                  "startColumn": 58,
                  "endLine": 194,
                  "endColumn": 61
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTestEnhancedThemeProvider.tsx",
                  "index": 874
                },
                "region": {
                  "startLine": 22,
                  "startColumn": 70,
                  "endLine": 22,
                  "endColumn": 72,
                  "snippet": {
                    "text": "=>"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTestEnhancedThemeProvider.tsx",
                  "index": 874
                },
                "region": {
                  "startLine": 91,
                  "startColumn": 3,
                  "endLine": 91,
                  "endColumn": 16,
                  "snippet": {
                    "text": "public render"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/IControlsTestState.ts",
                  "index": 876
                },
                "region": {
                  "startLine": 11,
                  "startColumn": 10,
                  "endLine": 11,
                  "endColumn": 13
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/IControlsTestState.ts",
                  "index": 876
                },
                "region": {
                  "startLine": 13,
                  "startColumn": 18,
                  "endLine": 13,
                  "endColumn": 21
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/IControlsTestState.ts",
                  "index": 876
                },
                "region": {
                  "startLine": 27,
                  "startColumn": 30,
                  "endLine": 27,
                  "endColumn": 33
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "'Title1' is defined but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/TestControl.tsx",
                  "index": 879
                },
                "region": {
                  "startLine": 8,
                  "startColumn": 3,
                  "endLine": 8,
                  "endColumn": 9,
                  "snippet": {
                    "text": "Title1"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/TestControl.tsx",
                  "index": 879
                },
                "region": {
                  "startLine": 48,
                  "startColumn": 17,
                  "endLine": 48,
                  "endColumn": 20,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0
        },
        {
          "level": "warning",
          "message": {
            "text": "'context' is assigned a value but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/TestControl.tsx",
                  "index": 879
                },
                "region": {
                  "startLine": 54,
                  "startColumn": 25,
                  "endLine": 54,
                  "endColumn": 32,
                  "snippet": {
                    "text": "context"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5
        },
        {
          "level": "warning",
          "message": {
            "text": "'onSelectedUsers' is assigned a value but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/TestControl.tsx",
                  "index": 879
                },
                "region": {
                  "startLine": 62,
                  "startColumn": 9,
                  "endLine": 62,
                  "endColumn": 24,
                  "snippet": {
                    "text": "onSelectedUsers"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/TestControl.tsx",
                  "index": 879
                },
                "region": {
                  "startLine": 62,
                  "startColumn": 48,
                  "endLine": 62,
                  "endColumn": 50,
                  "snippet": {
                    "text": "=>"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9
        },
        {
          "level": "warning",
          "message": {
            "text": "'IWidgetLink' is defined but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 164,
                  "startColumn": 3,
                  "endLine": 164,
                  "endColumn": 14,
                  "snippet": {
                    "text": "IWidgetLink"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 177,
                  "startColumn": 51,
                  "endLine": 177,
                  "endColumn": 94,
                  "snippet": {
                    "text": "import('../../../AdaptiveCardDesignerHost')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 178,
                  "startColumn": 43,
                  "endLine": 178,
                  "endColumn": 78,
                  "snippet": {
                    "text": "import('../../../AdaptiveCardHost')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 180,
                  "startColumn": 41,
                  "endLine": 180,
                  "endColumn": 74,
                  "snippet": {
                    "text": "import('../../../AnimatedDialog')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 182,
                  "startColumn": 39,
                  "endLine": 182,
                  "endColumn": 70,
                  "snippet": {
                    "text": "import('../../../ChartControl')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 184,
                  "startColumn": 46,
                  "endLine": 184,
                  "endColumn": 93,
                  "snippet": {
                    "text": "import('../../../controls/accessibleAccordion')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 186,
                  "startColumn": 35,
                  "endLine": 186,
                  "endColumn": 71,
                  "snippet": {
                    "text": "import('../../../controls/carousel')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 188,
                  "startColumn": 44,
                  "endLine": 188,
                  "endColumn": 89,
                  "snippet": {
                    "text": "import('../../../controls/contentTypePicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 190,
                  "startColumn": 36,
                  "endLine": 190,
                  "endColumn": 73,
                  "snippet": {
                    "text": "import('../../../controls/dashboard')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 192,
                  "startColumn": 38,
                  "endLine": 192,
                  "endColumn": 77,
                  "snippet": {
                    "text": "import('../../../controls/dynamicForm')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 193,
                  "startColumn": 37,
                  "endLine": 193,
                  "endColumn": 75,
                  "snippet": {
                    "text": "import('../../../controls/iconPicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 195,
                  "startColumn": 3,
                  "endLine": 195,
                  "endColumn": 68,
                  "snippet": {
                    "text": "import('../../../controls/listItemPicker/ComboBoxListItemPicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 197,
                  "startColumn": 38,
                  "endLine": 197,
                  "endColumn": 77,
                  "snippet": {
                    "text": "import('../../../controls/LivePersona')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 199,
                  "startColumn": 41,
                  "endLine": 199,
                  "endColumn": 98,
                  "snippet": {
                    "text": "import('../../../controls/locationPicker/LocationPicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 201,
                  "startColumn": 47,
                  "endLine": 201,
                  "endColumn": 116,
                  "snippet": {
                    "text": "import('../../../controls/modernTaxonomyPicker/ModernTaxonomyPicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 202,
                  "startColumn": 39,
                  "endLine": 202,
                  "endColumn": 79,
                  "snippet": {
                    "text": "import('../../../controls/monacoEditor')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 203,
                  "startColumn": 34,
                  "endLine": 203,
                  "endColumn": 69,
                  "snippet": {
                    "text": "import('../../../controls/MyTeams')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 204,
                  "startColumn": 37,
                  "endLine": 204,
                  "endColumn": 75,
                  "snippet": {
                    "text": "import('../../../controls/pagination')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 206,
                  "startColumn": 39,
                  "endLine": 206,
                  "endColumn": 79,
                  "snippet": {
                    "text": "import('../../../controls/peoplepicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 208,
                  "startColumn": 49,
                  "endLine": 208,
                  "endColumn": 99,
                  "snippet": {
                    "text": "import('../../../controls/ProgressStepsIndicator')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 210,
                  "startColumn": 37,
                  "endLine": 210,
                  "endColumn": 86,
                  "snippet": {
                    "text": "import('../../../controls/sitePicker/SitePicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 211,
                  "startColumn": 34,
                  "endLine": 211,
                  "endColumn": 69,
                  "snippet": {
                    "text": "import('../../../controls/toolbar')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 212,
                  "startColumn": 35,
                  "endLine": 212,
                  "endColumn": 71,
                  "snippet": {
                    "text": "import('../../../controls/treeView')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 213,
                  "startColumn": 38,
                  "endLine": 213,
                  "endColumn": 77,
                  "snippet": {
                    "text": "import('../../../controls/uploadFiles')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 214,
                  "startColumn": 47,
                  "endLine": 214,
                  "endColumn": 95,
                  "snippet": {
                    "text": "import('../../../controls/variantThemeProvider')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 215,
                  "startColumn": 37,
                  "endLine": 215,
                  "endColumn": 66,
                  "snippet": {
                    "text": "import('../../../ViewPicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 217,
                  "startColumn": 41,
                  "endLine": 217,
                  "endColumn": 74,
                  "snippet": {
                    "text": "import('../../../DateTimePicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 219,
                  "startColumn": 40,
                  "endLine": 219,
                  "endColumn": 72,
                  "snippet": {
                    "text": "import('../../../DragDropFiles')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 221,
                  "startColumn": 48,
                  "endLine": 221,
                  "endColumn": 88,
                  "snippet": {
                    "text": "import('../../../EnhancedThemeProvider')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 223,
                  "startColumn": 46,
                  "endLine": 223,
                  "endColumn": 84,
                  "snippet": {
                    "text": "import('../../../FieldCollectionData')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 225,
                  "startColumn": 38,
                  "endLine": 225,
                  "endColumn": 68,
                  "snippet": {
                    "text": "import('../../../FieldPicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 227,
                  "startColumn": 37,
                  "endLine": 227,
                  "endColumn": 66,
                  "snippet": {
                    "text": "import('../../../FilePicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 229,
                  "startColumn": 39,
                  "endLine": 229,
                  "endColumn": 70,
                  "snippet": {
                    "text": "import('../../../FileTypeIcon')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 231,
                  "startColumn": 41,
                  "endLine": 231,
                  "endColumn": 74,
                  "snippet": {
                    "text": "import('../../../FolderExplorer')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 233,
                  "startColumn": 39,
                  "endLine": 233,
                  "endColumn": 70,
                  "snippet": {
                    "text": "import('../../../FolderPicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 234,
                  "startColumn": 37,
                  "endLine": 234,
                  "endColumn": 66,
                  "snippet": {
                    "text": "import('../../../GridLayout')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 235,
                  "startColumn": 44,
                  "endLine": 235,
                  "endColumn": 80,
                  "snippet": {
                    "text": "import('../../../HoverReactionsBar')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 236,
                  "startColumn": 38,
                  "endLine": 236,
                  "endColumn": 68,
                  "snippet": {
                    "text": "import('../../../GroupPicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 238,
                  "startColumn": 79,
                  "endLine": 238,
                  "endColumn": 110,
                  "snippet": {
                    "text": "import('../../../IFrameDialog')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 240,
                  "startColumn": 38,
                  "endLine": 240,
                  "endColumn": 68,
                  "snippet": {
                    "text": "import('../../../IFramePanel')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 241,
                  "startColumn": 38,
                  "endLine": 241,
                  "endColumn": 68,
                  "snippet": {
                    "text": "import('../../../ImagePicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 242,
                  "startColumn": 46,
                  "endLine": 242,
                  "endColumn": 84,
                  "snippet": {
                    "text": "import('../../../ListItemAttachments')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 243,
                  "startColumn": 43,
                  "endLine": 243,
                  "endColumn": 78,
                  "snippet": {
                    "text": "import('../../../ListItemComments')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 244,
                  "startColumn": 41,
                  "endLine": 244,
                  "endColumn": 74,
                  "snippet": {
                    "text": "import('../../../ListItemPicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 245,
                  "startColumn": 37,
                  "endLine": 245,
                  "endColumn": 66,
                  "snippet": {
                    "text": "import('../../../ListPicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 247,
                  "startColumn": 38,
                  "endLine": 247,
                  "endColumn": 77,
                  "snippet": {
                    "text": "import('../../../controls/ListToolbar')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 249,
                  "startColumn": 35,
                  "endLine": 249,
                  "endColumn": 62,
                  "snippet": {
                    "text": "import('../../../ListView')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 251,
                  "startColumn": 30,
                  "endLine": 251,
                  "endColumn": 52,
                  "snippet": {
                    "text": "import('../../../Map')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 253,
                  "startColumn": 38,
                  "endLine": 253,
                  "endColumn": 68,
                  "snippet": {
                    "text": "import('../../../ModernAudio')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 255,
                  "startColumn": 39,
                  "endLine": 255,
                  "endColumn": 78,
                  "snippet": {
                    "text": "import('../../../ModernTaxonomyPicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 257,
                  "startColumn": 38,
                  "endLine": 257,
                  "endColumn": 68,
                  "snippet": {
                    "text": "import('../../../Placeholder')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 259,
                  "startColumn": 35,
                  "endLine": 259,
                  "endColumn": 62,
                  "snippet": {
                    "text": "import('../../../Progress')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 261,
                  "startColumn": 35,
                  "endLine": 261,
                  "endColumn": 62,
                  "snippet": {
                    "text": "import('../../../RichText')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 262,
                  "startColumn": 38,
                  "endLine": 262,
                  "endColumn": 68,
                  "snippet": {
                    "text": "import('../../../ShareDialog')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 264,
                  "startColumn": 49,
                  "endLine": 264,
                  "endColumn": 90,
                  "snippet": {
                    "text": "import('../../../SecurityTrimmedControl')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 266,
                  "startColumn": 41,
                  "endLine": 266,
                  "endColumn": 74,
                  "snippet": {
                    "text": "import('../../../SiteBreadcrumb')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 268,
                  "startColumn": 41,
                  "endLine": 268,
                  "endColumn": 74,
                  "snippet": {
                    "text": "import('../../../TaxonomyPicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 270,
                  "startColumn": 44,
                  "endLine": 270,
                  "endColumn": 80,
                  "snippet": {
                    "text": "import('../../../TeamChannelPicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 271,
                  "startColumn": 37,
                  "endLine": 271,
                  "endColumn": 66,
                  "snippet": {
                    "text": "import('../../../TeamPicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 272,
                  "startColumn": 44,
                  "endLine": 272,
                  "endColumn": 80,
                  "snippet": {
                    "text": "import('../../../TermSetNavigation')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 273,
                  "startColumn": 39,
                  "endLine": 273,
                  "endColumn": 70,
                  "snippet": {
                    "text": "import('../../../WebPartTitle')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 275,
                  "startColumn": 38,
                  "endLine": 275,
                  "endColumn": 61,
                  "snippet": {
                    "text": "import('./TestControl')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Usage of \"import(...)\" for code splitting requires a /* webpackChunkName: '...' */ comment"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 277,
                  "startColumn": 37,
                  "endLine": 277,
                  "endColumn": 66,
                  "snippet": {
                    "text": "import('../../../UserPicker')"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/import-requires-chunk-name",
          "ruleIndex": 15,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 283,
                  "startColumn": 23,
                  "endLine": 283,
                  "endColumn": 26,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 429,
                  "startColumn": 3,
                  "endLine": 429,
                  "endColumn": 31,
                  "snippet": {
                    "text": "private onSelectedChannel = "
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 650,
                  "startColumn": 3,
                  "endLine": 650,
                  "endColumn": 33,
                  "snippet": {
                    "text": "public async componentDidMount"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 656,
                  "startColumn": 42,
                  "endLine": 656,
                  "endColumn": 45,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 677,
                  "startColumn": 121,
                  "endLine": 677,
                  "endColumn": 124,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "'error' is defined but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 684,
                  "startColumn": 18,
                  "endLine": 684,
                  "endColumn": 23,
                  "snippet": {
                    "text": "error"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 5,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 708,
                  "startColumn": 3,
                  "endLine": 708,
                  "endColumn": 23,
                  "snippet": {
                    "text": "private _onConfigure"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 716,
                  "startColumn": 3,
                  "endLine": 716,
                  "endColumn": 24,
                  "snippet": {
                    "text": "private _getSelection"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 716,
                  "startColumn": 32,
                  "endLine": 716,
                  "endColumn": 35,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 725,
                  "startColumn": 3,
                  "endLine": 725,
                  "endColumn": 27,
                  "snippet": {
                    "text": "private _getDropFiles = "
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 750,
                  "startColumn": 3,
                  "endLine": 750,
                  "endColumn": 32,
                  "snippet": {
                    "text": "private _onTaxPickerChange = "
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 762,
                  "startColumn": 3,
                  "endLine": 762,
                  "endColumn": 37,
                  "snippet": {
                    "text": "private _onDateTimePickerChange = "
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 771,
                  "startColumn": 3,
                  "endLine": 771,
                  "endColumn": 32,
                  "snippet": {
                    "text": "private onListPickerChange = "
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 782,
                  "startColumn": 3,
                  "endLine": 782,
                  "endColumn": 32,
                  "snippet": {
                    "text": "private onViewPickerChange = "
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 789,
                  "startColumn": 3,
                  "endLine": 789,
                  "endColumn": 24,
                  "snippet": {
                    "text": "private deleteItem = "
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 803,
                  "startColumn": 3,
                  "endLine": 803,
                  "endColumn": 35,
                  "snippet": {
                    "text": "private _getPeoplePickerItems = "
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 803,
                  "startColumn": 43,
                  "endLine": 803,
                  "endColumn": 46,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 818,
                  "startColumn": 3,
                  "endLine": 818,
                  "endColumn": 37,
                  "snippet": {
                    "text": "private listItemPickerDataSelected"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 818,
                  "startColumn": 44,
                  "endLine": 818,
                  "endColumn": 47,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 822,
                  "startColumn": 3,
                  "endLine": 822,
                  "endColumn": 25,
                  "snippet": {
                    "text": "private _startProgress"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 883,
                  "startColumn": 3,
                  "endLine": 883,
                  "endColumn": 37,
                  "snippet": {
                    "text": "private _onFilePickerSave = async "
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 896,
                  "startColumn": 3,
                  "endLine": 896,
                  "endColumn": 44,
                  "snippet": {
                    "text": "private onToolbarSelectedFiltersChange = "
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 902,
                  "startColumn": 3,
                  "endLine": 902,
                  "endColumn": 33,
                  "snippet": {
                    "text": "private toggleToolbarFilter = "
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 922,
                  "startColumn": 3,
                  "endLine": 922,
                  "endColumn": 23,
                  "snippet": {
                    "text": "private addFilter = "
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 930,
                  "startColumn": 3,
                  "endLine": 930,
                  "endColumn": 28,
                  "snippet": {
                    "text": "private onClearFilters = "
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 935,
                  "startColumn": 3,
                  "endLine": 935,
                  "endColumn": 28,
                  "snippet": {
                    "text": "private onRemoveFilter = "
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 952,
                  "startColumn": 38,
                  "endLine": 952,
                  "endColumn": 41,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "[\"Title\"] is better written in dot notation."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 1003,
                  "startColumn": 32,
                  "endLine": 1003,
                  "endColumn": 39,
                  "snippet": {
                    "text": "\"Title\""
                  }
                }
              }
            }
          ],
          "ruleId": "dot-notation",
          "ruleIndex": 10,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 1048,
                  "startColumn": 24,
                  "endLine": 1048,
                  "endColumn": 27,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "[\"ServerRelativeUrl\"] is better written in dot notation."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 1049,
                  "startColumn": 32,
                  "endLine": 1049,
                  "endColumn": 51,
                  "snippet": {
                    "text": "'ServerRelativeUrl'"
                  }
                }
              }
            }
          ],
          "ruleId": "dot-notation",
          "ruleIndex": 10,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 1073,
                  "startColumn": 34,
                  "endLine": 1073,
                  "endColumn": 37,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "'itemdata' is never reassigned. Use 'const' instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 1161,
                  "startColumn": 60,
                  "endLine": 1161,
                  "endColumn": 68,
                  "snippet": {
                    "text": "itemdata"
                  }
                }
              }
            }
          ],
          "ruleId": "prefer-const",
          "ruleIndex": 16,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Empty components are self-closing"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 1268,
                  "startColumn": 23,
                  "endLine": 1268,
                  "endColumn": 34,
                  "snippet": {
                    "text": "<TextField>"
                  }
                }
              }
            }
          ],
          "ruleId": "react/self-closing-comp",
          "ruleIndex": 17,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 1567,
                  "startColumn": 51,
                  "endLine": 1567,
                  "endColumn": 54,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "[\"loginName\"] is better written in dot notation."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 1567,
                  "startColumn": 56,
                  "endLine": 1567,
                  "endColumn": 67,
                  "snippet": {
                    "text": "\"loginName\""
                  }
                }
              }
            }
          ],
          "ruleId": "dot-notation",
          "ruleIndex": 10,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 1961,
                  "startColumn": 42,
                  "endLine": 1961,
                  "endColumn": 45,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 1998,
                  "startColumn": 42,
                  "endLine": 1998,
                  "endColumn": 45,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "File has too many lines (3085). Maximum allowed is 2000."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 2001,
                  "startColumn": 1,
                  "endLine": 3086,
                  "endColumn": 1,
                  "snippet": {
                    "text": "            </div>\n          }\n          {controlVisibility.ImagePicker &&\n            <div id=\"ImagePickerDiv\" className={styles.container}>\n              <ImagePicker\n                context={this.props.context}\n                onFileSelected={(file) => { console.log(file); this.setState({ selectedUrlImagePicker: file.fileAbsoluteUrl }); }}\n                onDeleteFile={() => { console.log('file deleted'); }}\n                selectedFileUrl={this.state.selectedUrlImagePicker}\n              />\n            </div>\n          }\n          {controlVisibility.FolderPicker &&\n            <div id=\"FolderPickerDiv\" className={styles.container}>\n              <FolderPicker context={this.props.context}\n                rootFolder={{\n                  Name: 'Documents',\n                  ServerRelativeUrl: `${this.props.context.pageContext.web.serverRelativeUrl === '/' ? '' : this.props.context.pageContext.web.serverRelativeUrl}/Shared Documents`\n                }}\n                onSelect={this._onFolderSelect}\n                label='Folder Picker'\n                required={true}\n                canCreateFolders={true}\n              ></FolderPicker>\n            </div>\n          }\n          <div id=\"FilterBarDiv\" className={styles.container} hidden={!controlVisibility.FilterBar}>\n            <FilterBar items={this.state.filters} inlineItemCount={3} onClearFilters={this.onClearFilters} onRemoveFilter={this.onRemoveFilter} />\n            <button onClick={this.addFilter}>Add new filter</button>\n          </div>\n          {controlVisibility.Carousel &&\n\n            <div id=\"CarouselDiv\" className={styles.container}>\n              <div>\n                <h3>Carousel with fixed elements:</h3>\n                <Carousel\n                  buttonsLocation={CarouselButtonsLocation.top}\n                  buttonsDisplay={CarouselButtonsDisplay.block}\n\n                  contentContainerStyles={styles.carouselContent}\n                  containerButtonsStyles={styles.carouselButtonsContainer}\n\n                  isInfinite={true}\n\n                  element={this.carouselElements}\n                  onMovePrevClicked={(index: number) => { console.log(`Prev button clicked: ${index}`); }}\n                />\n              </div>\n              <div>\n                <h3>Carousel with CarouselImage elements:</h3>\n                <Carousel\n                  buttonsLocation={CarouselButtonsLocation.center}\n                  buttonsDisplay={CarouselButtonsDisplay.buttonsOnly}\n\n                  contentContainerStyles={styles.carouselImageContent}\n                  //containerButtonsStyles={styles.carouselButtonsContainer}\n\n                  isInfinite={true}\n                  indicatorShape={CarouselIndicatorShape.circle}\n                  indicatorsDisplay={CarouselIndicatorsDisplay.block}\n                  pauseOnHover={true}\n\n                  element={[\n                    {\n                      imageSrc: 'https://images.unsplash.com/photo-1588614959060-4d144f28b207?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=3078&q=80',\n                      title: 'Colosseum',\n                      description: 'This is Colosseum',\n                      url: 'https://en.wikipedia.org/wiki/Colosseum',\n                      showDetailsOnHover: true,\n                      imageFit: ImageFit.cover\n                    },\n                    {\n                      imageSrc: 'https://www.telegraph.co.uk/content/dam/science/2018/06/20/stonehenge-2326750_1920_trans%2B%2BZgEkZX3M936N5BQK4Va8RWtT0gK_6EfZT336f62EI5U.jpg',\n                      title: 'Stonehenge',\n                      description: 'This is Stonehendle',\n                      url: 'https://en.wikipedia.org/wiki/Stonehenge',\n                      showDetailsOnHover: true,\n                      imageFit: ImageFit.cover\n                    },\n                    {\n                      imageSrc: 'https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/All_Gizah_Pyramids.jpg/2560px-All_Gizah_Pyramids.jpg',\n                      title: 'Pyramids of Giza',\n                      description: 'This are Pyramids of Giza (Egypt)',\n                      url: 'https://en.wikipedia.org/wiki/Egyptian_pyramids',\n                      showDetailsOnHover: true,\n                      imageFit: ImageFit.cover\n                    }\n                  ]}\n                  onMoveNextClicked={(index: number) => { console.log(`Next button clicked: ${index}`); }}\n                  onMovePrevClicked={(index: number) => { console.log(`Prev button clicked: ${index}`); }}\n                  rootStyles={mergeStyles({\n                    backgroundColor: '#C3C3C3'\n                  })}\n                />\n              </div>\n              <div>\n                <h3>Carousel with triggerPageElement:</h3>\n                <Carousel\n                  buttonsLocation={CarouselButtonsLocation.bottom}\n                  buttonsDisplay={CarouselButtonsDisplay.buttonsOnly}\n\n                  contentContainerStyles={styles.carouselContent}\n\n                  canMoveNext={this.state.canMoveNext}\n                  canMovePrev={this.state.canMovePrev}\n                  triggerPageEvent={this.triggerNextElement}\n                  element={this.state.currentCarouselElement}\n                />\n              </div>\n              <div>\n                <h3>Carousel with minimal configuration:</h3>\n                <Carousel\n                  element={this.carouselElements}\n                  contentHeight={200}\n                />\n              </div>\n            </div>\n          }\n          {controlVisibility.SiteBreadcrumb &&\n            <div id=\"SiteBreadcrumbDiv\" className={styles.container}>\n              <div className={styles.siteBreadcrumb}>\n                <SiteBreadcrumb context={this.props.context} />\n              </div>\n            </div>\n          }\n          {controlVisibility.FilePicker &&\n            <div id=\"FilePickerDiv\" className={styles.container}>\n              <div>\n                <h3>File Picker</h3>\n                <TextField\n                  label=\"Default SiteFileTab Folder\"\n                  onChange={debounce((ev, newVal) => { this.setState({ filePickerDefaultFolderAbsolutePath: newVal }); }, 500)}\n                  styles={{ root: { marginBottom: 10 } }}\n                />\n                <FilePicker\n                  bingAPIKey=\"<BING API KEY>\"\n                  //webAbsoluteUrl=\"https://023xn.sharepoint.com/sites/test1\"\n                  //defaultFolderAbsolutePath={\"https://aterentiev.sharepoint.com/sites/SPFxinTeamsDemo/Shared%20Documents/General\"}\n                  //accepts={[\".gif\", \".jpg\", \".jpeg\", \".bmp\", \".dib\", \".tif\", \".tiff\", \".ico\", \".png\", \".jxr\", \".svg\"]}\n                  buttonLabel=\"Add File\"\n                  buttonIconProps={{ iconName: 'Add', styles: { root: { fontSize: 42 } } }}\n                  onSave={this._onFilePickerSave}\n                  onChange={(filePickerResult: IFilePickerResult[]) => { console.log(filePickerResult); }}\n                  context={this.props.context}\n                  hideRecentTab={false}\n                  includePageLibraries={true}\n                  checkIfFileExists={false}\n                />\n                {\n                  this.state.filePickerResult &&\n                  <div>\n                    <div>\n                      FileName: {this.state.filePickerResult[0].fileName}\n                    </div>\n                    <div>\n                      File size: {GeneralHelper.formatBytes(this.state.filePickerResult[0].fileSize, 2)}\n                    </div>\n                  </div>\n                }\n              </div>\n\n              <div>\n                <h3>File Picker with target folder browser</h3>\n                <FilePicker\n                  bingAPIKey=\"<BING API KEY>\"\n                  //accepts={[\".gif\", \".jpg\", \".jpeg\", \".bmp\", \".dib\", \".tif\", \".tiff\", \".ico\", \".png\", \".jxr\", \".svg\"]}\n                  buttonLabel=\"Upload image\"\n                  buttonIcon=\"FileImage\"\n                  onSave={this._onFilePickerSave}\n                  onChange={(filePickerResult: IFilePickerResult[]) => { console.log(filePickerResult); }}\n                  context={this.props.context}\n                  hideRecentTab={false}\n                  renderCustomUploadTabContent={() => (\n                    <FolderExplorer context={this.props.context}\n                      rootFolder={this.rootFolder}\n                      defaultFolder={this.rootFolder}\n                      onSelect={this._onFolderSelect}\n                      canCreateFolders={true}\n                    />)}\n                />\n              </div>\n              <p><a href=\"javascript:;\" onClick={this.deleteItem}>Deletes second item</a></p>\n            </div>\n          }\n          {controlVisibility.Progress &&\n            <div id=\"ProgressDiv\" className={styles.container}>\n              <Progress title={'Progress Test'}\n                showOverallProgress={true}\n                showIndeterminateOverallProgress={false}\n                hideNotStartedActions={false}\n                actions={this.state.progressActions}\n                currentActionIndex={this.state.currentProgressActionIndex}\n                longRunningText={'This operation takes longer than expected'}\n                longRunningTextDisplayDelay={7000}\n                height={'350px'}\n                inProgressIconName={'ChromeBackMirrored'} />\n              <PrimaryButton text={'Start Progress'} onClick={this._startProgress} />\n            </div>\n          }\n          {controlVisibility.ProgressStepsIndicator &&\n            <div id=\"ProgressStepsIndicatorDiv\" className={styles.container}>\n              <ProgressStepsIndicator steps={this.progressSteps} currentStep={0} themeVariant={this.props.themeVariant} />\n            </div>\n          }\n          {controlVisibility.GridLayout &&\n            <div id=\"GridLayoutDiv\" className={styles.container}>\n              <div className=\"ms-font-l\">Grid Layout</div>\n              <GridLayout\n                ariaLabel={\"List of content, use right and left arrow keys to navigate, arrow down to access details.\"}\n                items={sampleGridData}\n                onRenderGridItem={(item: any, finalSize: ISize, isCompact: boolean) => this._onRenderGridItem(item, finalSize, isCompact)}\n                itemMinWidth={250}\n                itemMaxWidth={600}\n                itemPadding={60}\n                //compactThreshold={220}\n                //rowsPerPage={1}\n                />\n            </div>\n          }\n          {controlVisibility.HoverReactionsBar &&\n            <div ref={this.divRefAddReaction} id=\"HoverReactionsBarDiv\" className={styles.container}>\n              <PrimaryButton text=\"Open HoverReactionsBar\" onClick={() => { this.setState({ isOpenHoverReactionBar: true }); }} />\n              <HoverReactionsBar\n                isOpen={this.state.isOpenHoverReactionBar}\n                onSelect={(emoji, emojiInfo) => { console.log(emoji); }}\n                onDismiss={(): void => {\n                  this.setState({ isOpenHoverReactionBar: false });\n                }}\n                target={this.divRefAddReaction.current as HTMLDivElement} />\n            </div>\n          }\n          {controlVisibility.FolderExplorer &&\n            <div id=\"FolderExplorerDiv\" className={styles.container}>\n              <FolderExplorer\n                context={this.props.context}\n                rootFolder={{\n                  Name: 'Documents',\n                  ServerRelativeUrl: `${this.props.context.pageContext.web.serverRelativeUrl === '/' ? '' : this.props.context.pageContext.web.serverRelativeUrl}/Shared Documents`\n                }}\n                defaultFolder={{\n                  Name: 'Documents',\n                  ServerRelativeUrl: `${this.props.context.pageContext.web.serverRelativeUrl === '/' ? '' : this.props.context.pageContext.web.serverRelativeUrl}/Shared Documents`\n                }}\n                onSelect={this._onFolderSelect}\n                canCreateFolders={true}\n                orderby='Name' //'ListItemAllFields/Created'\n                orderAscending={true}\n                showFiles={true}\n                onFileClick={this._onFileClick}\n              />\n            </div>\n          }\n          {controlVisibility.TreeView &&\n            <div id=\"TreeViewDiv\" className={styles.container}>\n              <h3>Tree View</h3>\n              <TreeView items={this.treeitems}\n                defaultExpanded={false}\n                selectionMode={TreeViewSelectionMode.Multiple}\n                showCheckboxes={true}\n                treeItemActionsDisplayMode={TreeItemActionsDisplayMode.ContextualMenu}\n                defaultSelectedKeys={this.state.treeViewSelectedKeys}\n                onExpandCollapse={this.onExpandCollapseTree}\n                onSelect={this.onItemSelected}\n                defaultExpandedChildren={true}\n                theme={this.props.themeVariant}\n              //expandToSelected={true}\n              // onRenderItem={this.renderCustomTreeItem}\n              />\n              <PrimaryButton onClick={() => { this.setState({ treeViewSelectedKeys: [] }); }}>Clear selection</PrimaryButton>\n            </div>\n          }\n          {controlVisibility.Pagination &&\n            <div id=\"PaginationDiv\" className={styles.container}>\n              <Pagination\n                currentPage={3}\n                onChange={(page) => (this._getPage(page))}\n                totalPages={this.props.paginationTotalPages || 13}\n              //limiter={3}\n              // hideFirstPageJump\n              //hideLastPageJump\n              //limiterIcon={\"NumberedListText\"}\n              />\n            </div>\n          }\n          {controlVisibility.FieldCollectionData &&\n            <div id=\"FieldCollectionDataDiv\" className={styles.container}>\n              <FieldCollectionData\n                key={\"FieldCollectionData\"}\n                label={\"Fields Collection\"}\n                itemsPerPage={3}\n                manageBtnLabel={\"Manage\"}\n                onChanged={(value) => { console.log(value); }}\n                panelHeader={\"Manage values\"}\n                enableSorting={true}\n                panelProps={{ type: PanelType.custom, customWidth: \"98vw\" }}\n                fields={[\n                  { id: \"Field1\", title: \"String field\", type: CustomCollectionFieldType.string, required: true },\n                  { id: \"Field2\", title: \"Number field\", type: CustomCollectionFieldType.number },\n                  { id: \"Field3\", title: \"URL field\", type: CustomCollectionFieldType.url },\n                  { id: \"Field4\", title: \"Boolean field\", type: CustomCollectionFieldType.boolean },\n                  {\n                    id: \"Field5\", title: \"People picker\", type: CustomCollectionFieldType.peoplepicker, required: true,\n                    minimumUsers: 2, minimumUsersMessage: \"2 Users is the minimum\", maximumUsers: 3,\n                  },\n                  {\n                    id: \"Field6\", title: \"Combo Single\", type: CustomCollectionFieldType.combobox, required: true,\n                    multiSelect: false, options: [{ key: \"choice 1\", text: \"choice 1\" }, { key: \"choice 2\", text: \"choice 2\" }, { key: \"choice 3\", text: \"choice 3\" }]\n                  },\n                  {\n                    id: \"Field7\", title: \"Combo Multi\", type: CustomCollectionFieldType.combobox,\n                    allowFreeform: true, multiSelect: true, options: [{ key: \"choice 1\", text: \"choice 1\" }, { key: \"choice 2\", text: \"choice 2\" }, { key: \"choice 3\", text: \"choice 3\" }]\n                  },\n                  { id: \"Field8\", title: \"Date field\", type: CustomCollectionFieldType.date, placeholder: \"Select a date\" }\n                ]}\n                value={this.getRandomCollectionFieldData()}\n\n                // value = {null}\n                context={this.props.context as any} //error when this is omitted and people picker is used\n                usePanel={true}\n                noDataMessage=\"No data is selected\" //overrides the default message\n              />\n            </div>\n          }\n          {controlVisibility.ContentTypePicker &&\n            <ContentTypePicker\n              context={this.props.context}\n            // group=\"Content Feedback\"\n            // includeHidden={false}\n            // includeReadOnly={false}\n            // label=\"Select your content type\"\n            // multiSelect={false}\n            // orderBy={ContentTypesOrderBy.Name}\n            // listId=\"00000000-0000-0000-0000-000000000000\"\n            // onSelectionChanged={this.onContentTypePickerChanged}\n            // showBlankOption={true}\n            />\n          }\n          {controlVisibility.Dashboard &&\n            <div id=\"DashboardDiv\" className={styles.container}>\n              <Dashboard\n                widgets={[{\n                  title: \"Card 1\",\n                  desc: \"Last updated Monday, April 4 at 11:15 AM (PT)\",\n                  widgetActionGroup: calloutItemsExample,\n                  size: WidgetSize.Quadruple,\n                  body: [\n                    {\n                      id: \"t1\",\n                      title: \"Tab 1\",\n                      content: (\n                        <Flex\n                          vAlign=\"center\"\n                          hAlign=\"center\"\n                          styles={{ height: \"100%\", border: \"1px dashed rgb(179, 176, 173)\" }}\n                        >\n                          <NorthstarText size=\"large\" weight=\"semibold\">\n                            Content #1\n                          </NorthstarText>\n                        </Flex>\n                      ),\n                    },\n                    {\n                      id: \"t2\",\n                      title: \"Tab 2\",\n                      content: (\n                        <Flex\n                          vAlign=\"center\"\n                          hAlign=\"center\"\n                          styles={{ height: \"100%\", border: \"1px dashed rgb(179, 176, 173)\" }}\n                        >\n                          <NorthstarText size=\"large\" weight=\"semibold\">\n                            Content #2\n                          </NorthstarText>\n                        </Flex>\n                      ),\n                    },\n                    {\n                      id: \"t3\",\n                      title: \"Tab 3\",\n                      content: (\n                        <Flex\n                          vAlign=\"center\"\n                          hAlign=\"center\"\n                          styles={{ height: \"100%\", border: \"1px dashed rgb(179, 176, 173)\" }}\n                        >\n                          <NorthstarText size=\"large\" weight=\"semibold\">\n                            Content #3\n                          </NorthstarText>\n                        </Flex>\n                      ),\n                    },\n                  ],\n                  link: linkExample,\n                },\n                {\n                  title: \"Card 2\",\n                  size: WidgetSize.Single,\n                  link: customizedLinkExample,\n                  rowSpan: 2\n                },\n                {\n                  title: \"Card 3\",\n                  size: WidgetSize.Double,\n                  link: linkExample,\n                },\n                {\n                  title: \"Card 4\",\n                  size: WidgetSize.Single,\n                  link: customizedLinkExample,\n                },\n                {\n                  title: \"Card 5\",\n                  size: WidgetSize.Single,\n                  link: linkExample,\n                },\n                {\n                  title: \"Card 6\",\n                  size: WidgetSize.Single,\n                  link: linkExample,\n                }]} />\n            </div>\n          }\n          {controlVisibility.Toolbar &&\n            <div id=\"ToolbarDiv\" className={styles.container}>\n              <div>\n                <h3>Uncontrolled toolbar</h3>\n                <Toolbar actionGroups={{\n                  'group1': {\n                    'action1': {\n                      title: 'Edit',\n                      iconName: 'Edit',\n                      onClick: () => { console.log('Edit action click'); }\n                    },\n                    'action2': {\n                      title: 'New',\n                      iconName: 'Add',\n                      onClick: () => { console.log('New action click'); }\n                    }\n                  }\n                }}\n                  filters={toolbarFilters}\n                  onSelectedFiltersChange={this.onToolbarSelectedFiltersChange}\n                />\n              </div>\n              <div>\n                <h3>Controlled toolbar</h3>\n                <Toolbar actionGroups={{\n                  'group1': {\n                    'action1': {\n                      title: 'Edit',\n                      iconName: 'Edit',\n                      onClick: () => { console.log('Edit action click'); }\n                    },\n                    'action2': {\n                      title: 'New',\n                      iconName: 'Add',\n                      onClick: () => { console.log('New action click'); }\n                    }\n                  }\n                }}\n                  filters={toolbarFilters}\n                  selectedFilterIds={this.state.selectedFilters}\n                  onSelectedFiltersChange={this.onToolbarSelectedFiltersChange} />\n              </div>\n              <div>Selected filter IDs: {this.state.selectedFilters.join(\", \")}</div>\n              <PrimaryButton text='Toggle filter1' onClick={() => this.toggleToolbarFilter(\"filter1\")} />\n              <PrimaryButton text='Toggle filter2' onClick={() => this.toggleToolbarFilter(\"filter2\")} />\n            </div>\n          }\n          {controlVisibility.AnimatedDialog &&\n            <div id=\"AnimatedDialogDiv\" className={styles.container}>\n              <h3>Animated Dialogs</h3>\n\n              {/* Multiple elements added only for demo - can be controlled with fewer elements */}\n\n              <PrimaryButton text='Show animated dialog' onClick={() => { this.setState({ showAnimatedDialog: true }); }} />\n              {/* Normal animated dialog */}\n              <AnimatedDialog\n                hidden={!this.state.showAnimatedDialog}\n                onDismiss={() => { this.setState({ showAnimatedDialog: false }); }}\n                dialogContentProps={animatedDialogContentProps}\n                modalProps={animatedModalProps}\n              >\n                <DialogFooter>\n                  <PrimaryButton onClick={() => { this.setState({ showAnimatedDialog: false }); }} text=\"Yes\" />\n                  <DefaultButton onClick={() => { this.setState({ showAnimatedDialog: false }); }} text=\"No\" />\n                </DialogFooter>\n              </AnimatedDialog>\n              <br />\n              <br />\n\n              <PrimaryButton text='Show animated dialog with icon' onClick={() => { this.setState({ showCustomisedAnimatedDialog: true }); }} />\n              {/* Animated dialog with icon */}\n              <AnimatedDialog\n                hidden={!this.state.showCustomisedAnimatedDialog}\n                onDismiss={() => { this.setState({ showCustomisedAnimatedDialog: false }); }}\n                dialogContentProps={customizedAnimatedDialogContentProps}\n                modalProps={customizedAnimatedModalProps}\n                dialogAnimationInType='fadeInDown'\n                dialogAnimationOutType='fadeOutDown'\n                iconName='UnknownSolid'\n                iconAnimationType='zoomInDown'\n                showAnimatedDialogFooter={true}\n                okButtonText=\"Yes\"\n                cancelButtonText=\"No\"\n                onOkClick={() => timeout(1500)}\n                onSuccess={() => {\n                  this.setState({ showCustomisedAnimatedDialog: false });\n                  this.setState({ showSuccessDialog: true });\n                }}\n                onError={() => {\n                  this.setState({ showCustomisedAnimatedDialog: false });\n                  this.setState({ showErrorDialog: true });\n                }}>\n                <div className={styles.dialogContent}>\n                  <span>Do you like the animated dialog?</span>\n                </div>\n              </AnimatedDialog>\n\n              {/* Success animated dialog */}\n              <AnimatedDialog\n                hidden={!this.state.showSuccessDialog}\n                onDismiss={() => { this.setState({ showSuccessDialog: false }); }}\n                dialogContentProps={successDialogContentProps}\n                modalProps={customizedAnimatedModalProps}\n                iconName='CompletedSolid'\n              >\n                <div className={styles.dialogContent}><span>Thank you.</span></div>\n                <div className={styles.dialogFooter}>\n                  <PrimaryButton onClick={() => { this.setState({ showSuccessDialog: false }); }} text=\"OK\" >\n                  </PrimaryButton>\n                </div>\n              </AnimatedDialog>\n\n              {/* Error animated dialog */}\n              <AnimatedDialog\n                hidden={!this.state.showErrorDialog}\n                onDismiss={() => { this.setState({ showErrorDialog: false }); }}\n                dialogContentProps={errorDialogContentProps}\n                modalProps={customizedAnimatedModalProps}\n                iconName='StatusErrorFull'\n              >\n                <div className={styles.dialogContent}><span>Ther was an error.</span></div>\n                <div className={styles.dialogFooter}>\n                  <PrimaryButton onClick={() => { this.setState({ showErrorDialog: false }); }} text=\"OK\" >\n                  </PrimaryButton>\n                </div>\n              </AnimatedDialog>\n            </div>\n          }\n          {controlVisibility.LivePersona &&\n            <div id=\"LivePersonaDiv\" className={styles.container}>\n              <LivePersona upn=\"meganb@contoso.onmicrosoft.com\"\n                template={\n                  <>\n                    <Persona text=\"Megan Bowen\" secondaryText=\"meganb@contoso.onmicrosoft.com\" coinSize={48} />\n                  </>\n                }\n                serviceScope={this.props.context.serviceScope}\n              />\n            </div>\n          }\n          {controlVisibility.LocationPicker &&\n            <div id=\"LocationPickerDiv\" className={styles.container}>\n              <LocationPicker context={this.props.context} label=\"Location\" onChange={(locValue: ILocationPickerItem) => { console.log(locValue.DisplayName + \", \" + locValue.Address.Street); }}></LocationPicker>\n            </div>\n          }\n          {controlVisibility.ModernTaxonomyPicker &&\n            <div id=\"ModernTaxonomyPickerDiv\" className={styles.container}>\n              <ModernTaxonomyPicker\n                allowMultipleSelections={true}\n                termSetId={this.termSetId}\n                panelTitle=\"Panel title\"\n                label={\"Modern Taxonomy Picker\"}\n                context={this.props.context}\n                required={false}\n                disabled={false}\n                customPanelWidth={400}\n              />\n            </div>\n          }\n          {controlVisibility.MonacoEditor &&\n            <div id=\"MonacoEditorDiv\" className={styles.container}>\n              <MonacoEditor value={\"\"}\n                showMiniMap={true}\n                onValueChange={(value, validationErrors) => { console.log(value); console.log(validationErrors); }}\n                language={\"javascript\"} />\n            </div>\n          }\n          {controlVisibility.AdaptiveCardHost &&\n            <div id=\"AdaptiveCardHostDiv\" className={styles.container}>\n              <h3>Adaptive Card Host</h3>\n              <AdaptiveCardHost\n                card={{\n                  \"$schema\": \"http://adaptivecards.io/schemas/adaptive-card.json\",\n                  \"type\": \"AdaptiveCard\",\n                  \"version\": \"1.0\",\n                  \"body\": [\n                    {\n                      \"type\": \"TextBlock\",\n                      \"size\": \"medium\",\n                      \"weight\": \"bolder\",\n                      \"text\": \" ${ParticipantInfoForm.title}\",\n                      \"horizontalAlignment\": \"center\",\n                      \"wrap\": true,\n                      \"style\": \"heading\"\n                    },\n                    {\n                      \"type\": \"Input.Text\",\n                      \"label\": \"Name\",\n                      \"style\": \"text\",\n                      \"id\": \"SimpleVal\",\n                      \"isRequired\": true,\n                      \"errorMessage\": \"Name is required\"\n                    },\n                    {\n                      \"type\": \"Input.Text\",\n                      \"label\": \"Homepage\",\n                      \"style\": \"url\",\n                      \"id\": \"UrlVal\"\n                    },\n                    {\n                      \"type\": \"Input.Text\",\n                      \"label\": \"Email\",\n                      \"style\": \"email\",\n                      \"id\": \"EmailVal\"\n                    },\n                    {\n                      \"type\": \"Input.Text\",\n                      \"label\": \"Phone\",\n                      \"style\": \"tel\",\n                      \"id\": \"TelVal\"\n                    },\n                    {\n                      \"type\": \"Input.Text\",\n                      \"label\": \"Comments\",\n                      \"style\": \"text\",\n                      \"isMultiline\": true,\n                      \"id\": \"MultiLineVal\"\n                    },\n                    {\n                      \"type\": \"Input.Number\",\n                      \"label\": \"Quantity\",\n                      \"min\": -5,\n                      \"max\": 5,\n                      \"value\": 1,\n                      \"id\": \"NumVal\",\n                      \"errorMessage\": \"The quantity must be between -5 and 5\"\n                    },\n                    {\n                      \"type\": \"Input.Date\",\n                      \"label\": \"Due Date\",\n                      \"id\": \"DateVal\",\n                      \"value\": \"2017-09-20\"\n                    },\n                    {\n                      \"type\": \"Input.Time\",\n                      \"label\": \"Start time\",\n                      \"id\": \"TimeVal\",\n                      \"value\": \"16:59\"\n                    },\n                    {\n                      \"type\": \"TextBlock\",\n                      \"size\": \"medium\",\n                      \"weight\": \"bolder\",\n                      \"text\": \"${Survey.title} \",\n                      \"horizontalAlignment\": \"center\",\n                      \"wrap\": true,\n                      \"style\": \"heading\"\n                    },\n                    {\n                      \"type\": \"Input.ChoiceSet\",\n                      \"id\": \"CompactSelectVal\",\n                      \"label\": \"${Survey.questions[0].question}\",\n                      \"style\": \"compact\",\n                      \"value\": \"1\",\n                      \"choices\": [\n                        {\n                          \"$data\": \"${Survey.questions[0].items}\",\n                          \"title\": \"${choice}\",\n                          \"value\": \"${value}\"\n                        }\n                      ]\n                    },\n                    {\n                      \"type\": \"Input.ChoiceSet\",\n                      \"id\": \"SingleSelectVal\",\n                      \"label\": \"${Survey.questions[1].question}\",\n                      \"style\": \"expanded\",\n                      \"value\": \"1\",\n                      \"choices\": [\n                        {\n                          \"$data\": \"${Survey.questions[1].items}\",\n                          \"title\": \"${choice}\",\n                          \"value\": \"${value}\"\n                        }\n                      ]\n                    },\n                    {\n                      \"type\": \"Input.ChoiceSet\",\n                      \"id\": \"MultiSelectVal\",\n                      \"label\": \"${Survey.questions[2].question}\",\n                      \"isMultiSelect\": true,\n                      \"value\": \"1,3\",\n                      \"choices\": [\n                        {\n                          \"$data\": \"${Survey.questions[2].items}\",\n                          \"title\": \"${choice}\",\n                          \"value\": \"${value}\"\n                        }\n                      ]\n                    },\n                    {\n                      \"type\": \"TextBlock\",\n                      \"size\": \"medium\",\n                      \"weight\": \"bolder\",\n                      \"text\": \"Input.Toggle\",\n                      \"horizontalAlignment\": \"center\",\n                      \"wrap\": true,\n                      \"style\": \"heading\"\n                    },\n                    {\n                      \"type\": \"Input.Toggle\",\n                      \"label\": \"Please accept the terms and conditions:\",\n                      \"title\": \"${Survey.questions[3].question}\",\n                      \"valueOn\": \"true\",\n                      \"valueOff\": \"false\",\n                      \"id\": \"AcceptsTerms\",\n                      \"isRequired\": true,\n                      \"errorMessage\": \"Accepting the terms and conditions is required\"\n                    },\n                    {\n                      \"type\": \"Input.Toggle\",\n                      \"label\": \"How do you feel about red cars?\",\n                      \"title\": \"${Survey.questions[4].question}\",\n                      \"valueOn\": \"RedCars\",\n                      \"valueOff\": \"NotRedCars\",\n                      \"id\": \"ColorPreference\"\n                    }\n                  ],\n                  \"actions\": [\n                    {\n                      \"type\": \"Action.Submit\",\n                      \"title\": \"Submit\",\n                      \"data\": {\n                        \"id\": \"1234567890\"\n                      }\n                    },\n                    {\n                      \"type\": \"Action.ShowCard\",\n                      \"title\": \"Show Card\",\n                      \"card\": {\n                        \"type\": \"AdaptiveCard\",\n                        \"body\": [\n                          {\n                            \"type\": \"Input.Text\",\n                            \"label\": \"enter comment\",\n                            \"style\": \"text\",\n                            \"id\": \"CommentVal\"\n                          }\n                        ],\n                        \"actions\": [\n                          {\n                            \"type\": \"Action.Submit\",\n                            \"title\": \"OK\"\n                          }\n                        ]\n                      }\n                    }\n                  ]\n                }}\n                data={{\n                  \"$root\": {\n                    \"ParticipantInfoForm\": {\n                      \"title\": \"Input.Text elements\"\n                    },\n                    \"Survey\": {\n                      \"title\": \"Input ChoiceSet\",\n                      \"questions\": [\n                        {\n                          \"question\": \"What color do you want? (compact)\",\n                          \"items\": [\n                            {\n                              \"choice\": \"Red\",\n                              \"value\": \"1\"\n                            },\n                            {\n                              \"choice\": \"Green\",\n                              \"value\": \"2\"\n                            },\n                            {\n                              \"choice\": \"Blue\",\n                              \"value\": \"3\"\n                            }\n                          ]\n                        },\n                        {\n                          \"question\": \"What color do you want? (expanded)\",\n                          \"items\": [\n                            {\n                              \"choice\": \"Red\",\n                              \"value\": \"1\"\n                            },\n                            {\n                              \"choice\": \"Green\",\n                              \"value\": \"2\"\n                            },\n                            {\n                              \"choice\": \"Blue\",\n                              \"value\": \"3\"\n                            }\n                          ]\n                        },\n                        {\n                          \"question\": \"What color do you want? (multiselect)\",\n                          \"items\": [\n                            {\n                              \"choice\": \"Red\",\n                              \"value\": \"1\"\n                            },\n                            {\n                              \"choice\": \"Green\",\n                              \"value\": \"2\"\n                            },\n                            {\n                              \"choice\": \"Blue\",\n                              \"value\": \"3\"\n                            }\n                          ]\n                        },\n                        {\n                          \"question\": \"I accept the terms and conditions (True/False)\"\n                        },\n                        {\n                          \"question\": \"Red cars are better than other cars\"\n                        }\n                      ]\n                    }\n                  }\n                }}\n                theme={this.props.themeVariant}\n                themeType={AdaptiveCardHostThemeType.SharePoint}\n                onInvokeAction={(action) => alert(JSON.stringify(action))}\n                onError={(error) => console.log(error.message)}\n                onSetCustomElements={(registry: CardObjectRegistry<CardElement>) => { }}\n                onSetCustomActions={(registry: CardObjectRegistry<Action>) => { }}\n                onUpdateHostCapabilities={(hostCapabilities: HostCapabilities) => {\n                  hostCapabilities.setCustomProperty(\"CustomPropertyName\", Date.now);\n                }}\n                context={this.props.context}\n              />\n            </div>\n          }\n          {controlVisibility.VariantThemeProvider &&\n            <div id=\"VariantThemeProviderDiv\" className={styles.container}>\n              <h3>Variant Theme Provider</h3>\n              <VariantThemeProvider variantType={VariantType.Strong}>\n                <Stack tokens={{ childrenGap: 5, padding: 5 }}>\n                  <Label>This Web Part implements an example on how to use the 'Fluent UI' theme library and how to apply/generate theme variation for the Web Part itself.</Label>\n                  <PrimaryButton>Primary Button</PrimaryButton>\n                  <DefaultButton>Default Button</DefaultButton>\n                  <Link>Link</Link>\n                </Stack>\n              </VariantThemeProvider>\n            </div>\n          }\n          {controlVisibility.EnhancedThemeProvider &&\n            <div id=\"EnhancedThemeProviderDiv\" className={styles.container}>\n              <h3>Enhanced Theme Provider</h3>\n              <EnhancedThemeProvider applyTo=\"element\" context={this.props.context} theme={this.props.themeVariant}>\n                <ControlsTestEnhancedThemeProviderFunctionComponent />\n                <ControlsTestEnhancedThemeProvider />\n              </EnhancedThemeProvider>\n            </div>\n          }\n          {controlVisibility.AdaptiveCardDesignerHost &&\n            <div id=\"AdaptiveCardDesignerHostDiv\" className={styles.container}>\n              <h3>Adaptive Card Designer Host</h3>\n              <AdaptiveCardDesignerHost\n                headerText={`Adaptive Card Designer`}\n                buttonText=\"Open Designer\"\n                card={{ \"$schema\": \"http://adaptivecards.io/schemas/adaptive-card.json\", \"type\": \"AdaptiveCard\", \"version\": \"1.5\", \"body\": [{ \"type\": \"ColumnSet\", \"columns\": [{ \"width\": \"auto\", \"items\": [{ \"type\": \"Image\", \"size\": \"Small\", \"style\": \"Person\", \"url\": \"/_layouts/15/userphoto.aspx?size=M&username=${$root['@context']['userInfo']['email']}\" }], \"type\": \"Column\" }, { \"width\": \"stretch\", \"items\": [{ \"type\": \"TextBlock\", \"text\": \"${$root['@context']['userInfo']['displayName']}\", \"weight\": \"Bolder\" }, { \"type\": \"TextBlock\", \"spacing\": \"None\", \"text\": \"${$root['@context']['userInfo']['email']}\" }], \"type\": \"Column\" }] }] }}\n                data={undefined}\n                context={this.props.context}\n                theme={this.props.themeVariant}\n                onSave={(payload: object) => alert(JSON.stringify(payload))}\n                snippets={[{\n                  name: \"Persona\",\n                  category: \"Snippets\",\n                  payload: {\n                    type: \"ColumnSet\",\n                    columns: [\n                      {\n                        width: \"auto\",\n                        items: [\n                          {\n                            type: \"Image\",\n                            size: \"Small\",\n                            style: \"Person\",\n                            url: \"/_layouts/15/userphoto.aspx?size=M&username=${$root['@context']['userInfo']['email']}\"\n                          }\n                        ]\n                      },\n                      {\n                        width: \"stretch\",\n                        items: [\n                          {\n                            type: \"TextBlock\",\n                            text: \"${$root['@context']['userInfo']['displayName']}\",\n                            weight: \"Bolder\"\n                          },\n                          {\n                            type: \"TextBlock\",\n                            spacing: \"None\",\n                            text: \"${$root['@context']['userInfo']['email']}\"\n                          }\n                        ]\n                      }\n                    ]\n                  }\n                }]}\n              />\n            </div>\n          }\n          {controlVisibility.ShareDialog &&\n            <div id=\"ShareDialogDiv\" className={styles.container}>\n              <PrimaryButton text=\"Open Share dialog\" onClick={() => { this.setState({ isOpenShareDialog: true }); }} />\n              <ShareDialog\n                isOpen={this.state.isOpenShareDialog}\n                onClose={() => this.setState({ isOpenShareDialog: false })}\n                options={{\n                  siteUrl: this.props.context.pageContext.web.absoluteUrl,\n                  listId: 'b1416fca-dc77-4198-a082-62a7657dcfa9',\n                  itemId: 1,\n                  name: 'Document Name'\n                }} />\n            </div>\n          }\n          {controlVisibility.TaxonomyTree &&\n            <div id=\"TaxonomyTreeDiv\" className={styles.container} hidden={!controlVisibility.TaxonomyTree}>\n              <h3>Modern Taxonomy Tree</h3>\n              {this.state.termStoreInfo && (\n                <TaxonomyTree\n                  languageTag={this.state.termStoreInfo.defaultLanguageTag}\n                  onLoadMoreData={this.spTaxonomyService.getTerms}\n                  pageSize={50}\n                  setTerms={(value) => this.setState({ testTerms: value as any })}\n                  termStoreInfo={this.state.termStoreInfo}\n                  termSetInfo={this.state.termSetInfo}\n                  terms={this.state.testTerms as any[]}\n                  onRenderActionButton={() => <button>test button</button>}\n                  hideDeprecatedTerms={false}\n                  showIcons={true}\n                />\n              )}\n            </div>\n          }\n          {controlVisibility.ListToolbar &&\n            <div id=\"ListToolbarDiv\" className={styles.container}>\n              <h3>ListToolbar</h3>\n              <ListToolbar\n                context={this.props.context}\n                theme={this.props.themeVariant as any}\n                items={[\n                  { key: 'new', label: 'New', icon: <span>+</span>, onClick: () => console.log('New clicked'), group: 'actions' },\n                  { key: 'edit', label: 'Edit', icon: <span>✎</span>, onClick: () => console.log('Edit clicked'), group: 'actions' },\n                  { key: 'delete', label: 'Delete', icon: <span>🗑</span>, onClick: () => console.log('Delete clicked'), appearance: 'subtle', group: 'danger' },\n                ]}\n                farItems={[\n                  { key: 'filter', label: 'Filter', icon: <span>🔍</span>, onClick: () => console.log('Filter clicked'), isFarItem: true },\n                  { key: 'settings', label: 'Settings', icon: <span>⚙</span>, onClick: () => console.log('Settings clicked'), isFarItem: true },\n                ]}\n                totalCount={10}\n                showGroupDividers={true}\n                ariaLabel=\"List Toolbar\"\n              />\n            </div>\n          }\n          {controlVisibility.TestControl &&\n            <div id=\"TestControlDiv\" className={styles.container}>\n              <TestControl context={this.props.context} themeVariant={this.props.themeVariant} />\n            </div>\n          }\n          {controlVisibility.UploadFiles &&\n            <div id=\"UploadFilesDiv\" className={styles.container}>\n              <h3>Upload Files</h3>\n              <EnhancedThemeProvider theme={this.props.themeVariant} context={this.props.context}>\n                <Stack>\n                  <UploadFiles\n                    context={this.props.context}\n                    title=\"Upload Files\"\n                    onUploadFiles={(files) => {\n                      console.log(\"files\", files);\n                    }}\n                    themeVariant={this.props.themeVariant}\n                  />\n                </Stack>\n              </EnhancedThemeProvider>\n            </div>\n          }\n          {controlVisibility.UserPicker &&\n            <div id=\"UserPickerDiv\" className={styles.container}>\n              <UserPicker\n                context={this.props.context}\n                secondaryTextPropertyName=\"mail\"\n                theme={this.props.themeVariant}\n                placeholder={\"Search User\"}\n              // label={\n              //   <div>\n              //     <Person20Filled color={tokens.colorBrandForeground1} />\n              //     <Body1>Select User</Body1>\n              //   </div>\n              // }\n              // onSelectedUsers={onSelectedUsers}\n              // onRemoveSelectedUser={onRemovedUser}\n              />\n            </div>\n          }\n          {\n            controlVisibility.Calendar &&\n            <div id=\"CalendarDiv\" className={styles.container}>\n              <TestCalendarControl\n                  context={this.props.context} theme={this.props.themeVariant as any}   hasTeamsContext={false} themeString={'default'} title={'Calendar'} appHostName={EAppHostName.SharePoint} />\n            </div>\n\n          }\n          {controlVisibility.WorldMap &&\n            <div id=\"WorldMapDiv\" className={styles.container}>\n              <WorldMap description={'World Map Sample'} isDarkTheme={false} hasTeamsContext={false} title={'Microsoft Locations Worldwide'}     />\n            </div>\n          }\n        </div>\n      </React.Suspense>\n    );\n  }\n\n  private getRandomCollectionFieldData = () => {\n    let result = [];\n    for (let i = 1; i < 16; i++) {\n\n      const sampleDate = new Date();\n      sampleDate.setDate(sampleDate.getDate() + i);\n\n      result.push({\n        \"Field1\": `String${i}`,\n        \"Field2\": i,\n        \"Field3\": \"https://pnp.github.io/\",\n        \"Field4\": true,\n        \"Field5\": null as any,\n        \"Field6\": { key: \"choice 1\", text: \"choice 1\" },\n        \"Field7\": [{ key: \"choice 1\", text: \"choice 1\" }, { key: \"choice 2\", text: \"choice 2\" }],\n        \"Field8\": sampleDate\n      });\n    }\n    return result;\n  }\n\n  private onExpandCollapseTree(item: ITreeItem, isExpanded: boolean) {\n    console.log((isExpanded ? \"item expanded: \" : \"item collapsed: \") + item);\n  }\n\n  private onItemSelected(items: ITreeItem[]) {\n    console.log(\"items selected: \" + items.length);\n  }\n\n  private renderCustomTreeItem(item: ITreeItem): JSX.Element {\n    return (\n      <span>\n        {\n          item.iconProps &&\n          <i className={\"ms-Icon ms-Icon--\" + item.iconProps.iconName} style={{ paddingRight: '4px' }} />\n        }\n        {item.label}\n      </span>\n    );\n  }\n\n  private _getPage(page: number) {\n    console.log('Page:', page);\n  }\n\n  // private _onFolderSelect = (folder: IFolder): void => {\n  //   console.log('selected folder', folder);\n  //\n}\n"
                  }
                }
              }
            }
          ],
          "ruleId": "max-lines",
          "ruleIndex": 18,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Empty components are self-closing"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 2015,
                  "startColumn": 15,
                  "endLine": 2024,
                  "endColumn": 16,
                  "snippet": {
                    "text": "<FolderPicker context={this.props.context}\n                rootFolder={{\n                  Name: 'Documents',\n                  ServerRelativeUrl: `${this.props.context.pageContext.web.serverRelativeUrl === '/' ? '' : this.props.context.pageContext.web.serverRelativeUrl}/Shared Documents`\n                }}\n                onSelect={this._onFolderSelect}\n                label='Folder Picker'\n                required={true}\n                canCreateFolders={true}\n              >"
                  }
                }
              }
            }
          ],
          "ruleId": "react/self-closing-comp",
          "ruleIndex": 17,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Script URL is a form of eval."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 2182,
                  "startColumn": 26,
                  "endLine": 2182,
                  "endColumn": 40,
                  "snippet": {
                    "text": "\"javascript:;\""
                  }
                }
              }
            }
          ],
          "ruleId": "no-script-url",
          "ruleIndex": 19,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 2211,
                  "startColumn": 42,
                  "endLine": 2211,
                  "endColumn": 45,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 2318,
                  "startColumn": 48,
                  "endLine": 2318,
                  "endColumn": 51,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Empty components are self-closing"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 2530,
                  "startColumn": 19,
                  "endLine": 2530,
                  "endColumn": 110,
                  "snippet": {
                    "text": "<PrimaryButton onClick={() => { this.setState({ showSuccessDialog: false }); }} text=\"OK\" >"
                  }
                }
              }
            }
          ],
          "ruleId": "react/self-closing-comp",
          "ruleIndex": 17,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Empty components are self-closing"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 2545,
                  "startColumn": 19,
                  "endLine": 2545,
                  "endColumn": 108,
                  "snippet": {
                    "text": "<PrimaryButton onClick={() => { this.setState({ showErrorDialog: false }); }} text=\"OK\" >"
                  }
                }
              }
            }
          ],
          "ruleId": "react/self-closing-comp",
          "ruleIndex": 17,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Empty components are self-closing"
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 2565,
                  "startColumn": 15,
                  "endLine": 2565,
                  "endColumn": 195,
                  "snippet": {
                    "text": "<LocationPicker context={this.props.context} label=\"Location\" onChange={(locValue: ILocationPickerItem) => { console.log(locValue.DisplayName + \", \" + locValue.Address.Street); }}>"
                  }
                }
              }
            }
          ],
          "ruleId": "react/self-closing-comp",
          "ruleIndex": 17,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "`'` can be escaped with `&apos;`, `&lsquo;`, `&#39;`, `&rsquo;`."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 2859,
                  "startColumn": 80,
                  "snippet": {
                    "text": "'Fluent UI' theme library and how to apply/generate theme variation for the Web Part itself.</Label>"
                  }
                }
              }
            }
          ],
          "ruleId": "react/no-unescaped-entities",
          "ruleIndex": 20,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "`'` can be escaped with `&apos;`, `&lsquo;`, `&#39;`, `&rsquo;`."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 2859,
                  "startColumn": 90,
                  "snippet": {
                    "text": "' theme library and how to apply/generate theme variation for the Web Part itself.</Label>"
                  }
                }
              }
            }
          ],
          "ruleId": "react/no-unescaped-entities",
          "ruleIndex": 20,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 2947,
                  "startColumn": 76,
                  "endLine": 2947,
                  "endColumn": 79,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 2950,
                  "startColumn": 50,
                  "endLine": 2950,
                  "endColumn": 53,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 2963,
                  "startColumn": 51,
                  "endLine": 2963,
                  "endColumn": 54,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 3023,
                  "startColumn": 82,
                  "endLine": 3023,
                  "endColumn": 85,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 3037,
                  "startColumn": 3,
                  "endLine": 3037,
                  "endColumn": 42,
                  "snippet": {
                    "text": "private getRandomCollectionFieldData = "
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "'result' is never reassigned. Use 'const' instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 3038,
                  "startColumn": 9,
                  "endLine": 3038,
                  "endColumn": 15,
                  "snippet": {
                    "text": "result"
                  }
                }
              }
            }
          ],
          "ruleId": "prefer-const",
          "ruleIndex": 16,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 3049,
                  "startColumn": 27,
                  "endLine": 3049,
                  "endColumn": 30,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 3058,
                  "startColumn": 3,
                  "endLine": 3058,
                  "endColumn": 31,
                  "snippet": {
                    "text": "private onExpandCollapseTree"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 3062,
                  "startColumn": 3,
                  "endLine": 3062,
                  "endColumn": 25,
                  "snippet": {
                    "text": "private onItemSelected"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 3078,
                  "startColumn": 3,
                  "endLine": 3078,
                  "endColumn": 19,
                  "snippet": {
                    "text": "private _getPage"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/ControlsTest.tsx",
                  "index": 880
                },
                "region": {
                  "startLine": 725,
                  "startColumn": 35,
                  "endLine": 725,
                  "endColumn": 38,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/propertyPane/PropertyPaneListPicker.ts",
                  "index": 884
                },
                "region": {
                  "startLine": 15,
                  "startColumn": 54,
                  "endLine": 15,
                  "endColumn": 57
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Pair the render and unmount calls to avoid memory leaks."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/ControlsTestWebPart.ts",
                  "index": 885
                },
                "region": {
                  "startLine": 124,
                  "startColumn": 5,
                  "endLine": 124,
                  "endColumn": 46,
                  "snippet": {
                    "text": "ReactDom.render(element, this.domElement)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 3
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemPicker/ComboBoxListItemPicker.test.tsx",
                  "index": 894
                },
                "region": {
                  "startLine": 68,
                  "startColumn": 40,
                  "endLine": 68,
                  "endColumn": 43
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemPicker/ComboBoxListItemPicker.test.tsx",
                  "index": 894
                },
                "region": {
                  "startLine": 88,
                  "startColumn": 40,
                  "endLine": 88,
                  "endColumn": 43
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemPicker/ComboBoxListItemPicker.test.tsx",
                  "index": 894
                },
                "region": {
                  "startLine": 141,
                  "startColumn": 40,
                  "endLine": 141,
                  "endColumn": 43
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listItemPicker/ComboBoxListItemPicker.test.tsx",
                  "index": 894
                },
                "region": {
                  "startLine": 167,
                  "startColumn": 40,
                  "endLine": 167,
                  "endColumn": 43
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 49,
                  "startColumn": 22,
                  "endLine": 49,
                  "endColumn": 25,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Expected an assignment or function call and instead saw an expression."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 65,
                  "startColumn": 5,
                  "endLine": 65,
                  "endColumn": 50,
                  "snippet": {
                    "text": "expect(listView.state('columns')).to.be.null;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-unused-expressions",
          "ruleIndex": 21,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Expected an assignment or function call and instead saw an expression."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 73,
                  "startColumn": 5,
                  "endLine": 73,
                  "endColumn": 50,
                  "snippet": {
                    "text": "expect(listView.state('columns')).to.be.null;"
                  }
                }
              }
            }
          ],
          "ruleId": "no-unused-expressions",
          "ruleIndex": 21,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 91,
                  "startColumn": 48,
                  "endLine": 91,
                  "endColumn": 51,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 97,
                  "startColumn": 98,
                  "endLine": 97,
                  "endColumn": 101,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 108,
                  "startColumn": 46,
                  "endLine": 108,
                  "endColumn": 49,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 109,
                  "startColumn": 46,
                  "endLine": 109,
                  "endColumn": 49,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 118,
                  "startColumn": 48,
                  "endLine": 118,
                  "endColumn": 51,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 119,
                  "startColumn": 48,
                  "endLine": 119,
                  "endColumn": 51,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 120,
                  "startColumn": 48,
                  "endLine": 120,
                  "endColumn": 51,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 122,
                  "startColumn": 48,
                  "endLine": 122,
                  "endColumn": 51,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 123,
                  "startColumn": 48,
                  "endLine": 123,
                  "endColumn": 51,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 125,
                  "startColumn": 48,
                  "endLine": 125,
                  "endColumn": 51,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 127,
                  "startColumn": 48,
                  "endLine": 127,
                  "endColumn": 51,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 128,
                  "startColumn": 48,
                  "endLine": 128,
                  "endColumn": 51,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 130,
                  "startColumn": 48,
                  "endLine": 130,
                  "endColumn": 51,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 138,
                  "startColumn": 48,
                  "endLine": 138,
                  "endColumn": 51,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 141,
                  "startColumn": 29,
                  "endLine": 141,
                  "endColumn": 32,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 141,
                  "startColumn": 92,
                  "endLine": 141,
                  "endColumn": 95,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 144,
                  "startColumn": 48,
                  "endLine": 144,
                  "endColumn": 51,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 145,
                  "startColumn": 48,
                  "endLine": 145,
                  "endColumn": 51,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 147,
                  "startColumn": 46,
                  "endLine": 147,
                  "endColumn": 49,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 150,
                  "startColumn": 29,
                  "endLine": 150,
                  "endColumn": 32,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 150,
                  "startColumn": 92,
                  "endLine": 150,
                  "endColumn": 95,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 151,
                  "startColumn": 48,
                  "endLine": 151,
                  "endColumn": 51,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 152,
                  "startColumn": 48,
                  "endLine": 152,
                  "endColumn": 51,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 154,
                  "startColumn": 46,
                  "endLine": 154,
                  "endColumn": 49,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 157,
                  "startColumn": 29,
                  "endLine": 157,
                  "endColumn": 32,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 157,
                  "startColumn": 92,
                  "endLine": 157,
                  "endColumn": 95,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/controls/listView/ListView.test.tsx",
                  "index": 895
                },
                "region": {
                  "startLine": 159,
                  "startColumn": 46,
                  "endLine": 159,
                  "endColumn": 49,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/TestImagePickerControl.tsx",
                  "index": 899
                },
                "region": {
                  "startLine": 11,
                  "startColumn": 16,
                  "endLine": 11,
                  "endColumn": 19,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/TestImagePickerControl.tsx",
                  "index": 899
                },
                "region": {
                  "startLine": 23,
                  "startColumn": 56,
                  "endLine": 23,
                  "endColumn": 58,
                  "snippet": {
                    "text": "=>"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/TestImagePickerControl.tsx",
                  "index": 899
                },
                "region": {
                  "startLine": 28,
                  "startColumn": 31,
                  "endLine": 28,
                  "endColumn": 33,
                  "snippet": {
                    "text": "=>"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/TestUserPickerControl.tsx",
                  "index": 900
                },
                "region": {
                  "startLine": 43,
                  "startColumn": 17,
                  "endLine": 43,
                  "endColumn": 20,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/controlsTest/components/TestUserPickerControl.tsx",
                  "index": 900
                },
                "region": {
                  "startLine": 57,
                  "startColumn": 47,
                  "endLine": 57,
                  "endColumn": 49,
                  "snippet": {
                    "text": "=>"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 9
        }
      ],
      "invocations": [
        {
          "toolConfigurationNotifications": [
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@microsoft/spfx/pair-react-dom-render-unmount')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/adaptiveCardHost/fluentUI/Actions.tsx",
                      "index": 45
                    },
                    "region": {
                      "startLine": 114,
                      "startColumn": 3,
                      "snippet": {
                        "text": "// eslint-disable-next-line @microsoft/spfx/pair-react-dom-render-unmount"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@microsoft/spfx/pair-react-dom-render-unmount')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/adaptiveCardHost/fluentUI/Elements.tsx",
                      "index": 46
                    },
                    "region": {
                      "startLine": 26,
                      "startColumn": 40,
                      "snippet": {
                        "text": "// eslint-disable-line @microsoft/spfx/pair-react-dom-render-unmount"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from 'no-prototype-builtins')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/toolbar/ToolbarFilter.tsx",
                      "index": 185
                    },
                    "region": {
                      "startLine": 86,
                      "startColumn": 47,
                      "snippet": {
                        "text": "// eslint-disable-line no-prototype-builtins"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-explicit-any')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/dynamicForm/dynamicField/IDynamicFieldProps.ts",
                      "index": 275
                    },
                    "region": {
                      "startLine": 48,
                      "startColumn": 14,
                      "snippet": {
                        "text": "// eslint-disable-line @typescript-eslint/no-explicit-any"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from 'dot-notation')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/locationPicker/LocationPicker.tsx",
                      "index": 287
                    },
                    "region": {
                      "startLine": 110,
                      "startColumn": 83,
                      "snippet": {
                        "text": "// eslint-disable-line dot-notation"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from 'dot-notation')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/locationPicker/LocationPicker.tsx",
                      "index": 287
                    },
                    "region": {
                      "startLine": 230,
                      "startColumn": 159,
                      "snippet": {
                        "text": "// eslint-disable-line dot-notation"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-explicit-any')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/services/SPTermStorePickerService.ts",
                      "index": 308
                    },
                    "region": {
                      "startLine": 261,
                      "startColumn": 3,
                      "snippet": {
                        "text": "// eslint-disable-next-line @typescript-eslint/no-explicit-any"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from 'dot-notation')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/taxonomyPicker/TermPicker.tsx",
                      "index": 311
                    },
                    "region": {
                      "startLine": 221,
                      "startColumn": 43,
                      "snippet": {
                        "text": "// eslint-disable-line dot-notation, @typescript-eslint/no-explicit-any"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from 'dot-notation')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/taxonomyPicker/TermPicker.tsx",
                      "index": 311
                    },
                    "region": {
                      "startLine": 232,
                      "startColumn": 125,
                      "snippet": {
                        "text": "// eslint-disable-line dot-notation"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from 'dot-notation')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/taxonomyPicker/TermPicker.tsx",
                      "index": 311
                    },
                    "region": {
                      "startLine": 233,
                      "startColumn": 60,
                      "snippet": {
                        "text": "// eslint-disable-line dot-notation"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from 'no-case-declarations')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/dynamicForm/dynamicField/DynamicField.tsx",
                      "index": 338
                    },
                    "region": {
                      "startLine": 287,
                      "startColumn": 9,
                      "snippet": {
                        "text": "//eslint-disable-next-line no-case-declarations"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from 'no-case-declarations')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/dynamicForm/dynamicField/DynamicField.tsx",
                      "index": 338
                    },
                    "region": {
                      "startLine": 313,
                      "startColumn": 9,
                      "snippet": {
                        "text": "//eslint-disable-next-line no-case-declarations"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-explicit-any')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/common/utilities/CustomFormatting.ts",
                      "index": 344
                    },
                    "region": {
                      "startLine": 87,
                      "startColumn": 5,
                      "snippet": {
                        "text": "// eslint-disable-next-line @typescript-eslint/no-explicit-any"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@microsoft/spfx/no-async-await')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/dynamicForm/DynamicForm.tsx",
                      "index": 346
                    },
                    "region": {
                      "startLine": 1,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @microsoft/spfx/no-async-await */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from 'require-atomic-updates')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/dynamicForm/DynamicForm.tsx",
                      "index": 346
                    },
                    "region": {
                      "startLine": 851,
                      "startColumn": 42,
                      "snippet": {
                        "text": "// eslint-disable-line require-atomic-updates"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-explicit-any')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/fieldCollectionData/collectionDataItem/CollectionDataItem.tsx",
                      "index": 368
                    },
                    "region": {
                      "startLine": 101,
                      "startColumn": 110,
                      "snippet": {
                        "text": "// eslint-disable-line @typescript-eslint/no-explicit-any"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-explicit-any')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/HoverReactionsBar/components/reactionPicker/RenderEmoji.tsx",
                      "index": 451
                    },
                    "region": {
                      "startLine": 1,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-explicit-any */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from 'no-unused-expressions')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/HoverReactionsBar/components/reactionPicker/ReactionPicker.tsx",
                      "index": 452
                    },
                    "region": {
                      "startLine": 2,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable no-unused-expressions */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from 'no-unused-expressions')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/HoverReactionsBar/components/hoverReactionbarControl/HoverReactionBarControl.tsx",
                      "index": 454
                    },
                    "region": {
                      "startLine": 1,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable no-unused-expressions */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@rushstack/no-new-null')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/HoverReactionsBar/components/hoverReactionbarControl/HoverReactionBarControl.tsx",
                      "index": 454
                    },
                    "region": {
                      "startLine": 2,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @rushstack/no-new-null */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unused-vars')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/imagePicker/hooks/useSpAPI.ts",
                      "index": 481
                    },
                    "region": {
                      "startLine": 1,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-unused-vars */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-for-in-array')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/imagePicker/hooks/useSpAPI.ts",
                      "index": 481
                    },
                    "region": {
                      "startLine": 2,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-for-in-array */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-explicit-any')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/imagePicker/hooks/useSpAPI.ts",
                      "index": 481
                    },
                    "region": {
                      "startLine": 3,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-explicit-any */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-explicit-any')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/imagePicker/hooks/useUtils.ts",
                      "index": 482
                    },
                    "region": {
                      "startLine": 168,
                      "startColumn": 29,
                      "snippet": {
                        "text": "// eslint-disable-line @typescript-eslint/no-explicit-any"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unused-vars')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/imagePicker/hooks/useUploadFile.ts",
                      "index": 493
                    },
                    "region": {
                      "startLine": 1,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-unused-vars */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-explicit-any')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/imagePicker/uploadFiles/UploadFile.tsx",
                      "index": 499
                    },
                    "region": {
                      "startLine": 1,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-explicit-any */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-var-requires')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/imagePicker/selectFromSharePoint.tsx",
                      "index": 502
                    },
                    "region": {
                      "startLine": 1,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-var-requires */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-floating-promises')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/KPIControl/Kpis.tsx",
                      "index": 520
                    },
                    "region": {
                      "startLine": 1,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-floating-promises */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-deprecated')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/listItemComments/components/Comments/useListItemCommentsStyles.ts",
                      "index": 555
                    },
                    "region": {
                      "startLine": 164,
                      "startColumn": 7,
                      "snippet": {
                        "text": "// eslint-disable-next-line @typescript-eslint/no-deprecated"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/explicit-function-return-type')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/ProgressStepsIndicator/ProgressStepsIndicatorStyles.ts",
                      "index": 635
                    },
                    "region": {
                      "startLine": 1,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/explicit-function-return-type */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/explicit-function-return-type')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/TermSetNavigation/utils/useUtils.ts",
                      "index": 684
                    },
                    "region": {
                      "startLine": 3,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/explicit-function-return-type */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/explicit-function-return-type')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/TermSetNavigation/hooks/useSessionStorage.ts",
                      "index": 685
                    },
                    "region": {
                      "startLine": 8,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/explicit-function-return-type */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/explicit-function-return-type')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/TermSetNavigation/hooks/useGraphTaxonomyAPI.ts",
                      "index": 686
                    },
                    "region": {
                      "startLine": 1,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/explicit-function-return-type */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unused-vars')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/uploadFiles/components/FileCommandBar/FileCommandBar.tsx",
                      "index": 718
                    },
                    "region": {
                      "startLine": 1,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-unused-vars */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-floating-promises')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/uploadFiles/components/FileCommandBar/FileCommandBar.tsx",
                      "index": 718
                    },
                    "region": {
                      "startLine": 2,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-floating-promises */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-use-before-define')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/uploadFiles/components/FileCommandBar/FileCommandBar.tsx",
                      "index": 718
                    },
                    "region": {
                      "startLine": 3,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-use-before-define */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-empty-function')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/uploadFiles/components/DocumentList/useDocumentListStyles.ts",
                      "index": 723
                    },
                    "region": {
                      "startLine": 17,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-empty-function */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from 'no-undef')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/uploadFiles/components/DocumentList/DocumentList.tsx",
                      "index": 724
                    },
                    "region": {
                      "startLine": 1,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable no-undef */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/explicit-function-return-type')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/uploadFiles/components/DocumentList/DocumentList.tsx",
                      "index": 724
                    },
                    "region": {
                      "startLine": 2,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/explicit-function-return-type */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-explicit-any')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/uploadFiles/components/DocumentList/DocumentList.tsx",
                      "index": 724
                    },
                    "region": {
                      "startLine": 3,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-explicit-any */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-floating-promises')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/uploadFiles/components/UploadFiles/UploadFilesControl.tsx",
                      "index": 732
                    },
                    "region": {
                      "startLine": 1,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-floating-promises */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-explicit-any')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/userPicker/IUserPickerProps.ts",
                      "index": 745
                    },
                    "region": {
                      "startLine": 2,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-explicit-any */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-var-requires')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/userPicker/atoms/globalState.ts",
                      "index": 747
                    },
                    "region": {
                      "startLine": 3,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-var-requires */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from 'no-case-declarations')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/userPicker/hooks/useGraphUserAPI.ts",
                      "index": 752
                    },
                    "region": {
                      "startLine": 1,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable no-case-declarations */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unused-vars')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/userPicker/userCard/UserCard.tsx",
                      "index": 759
                    },
                    "region": {
                      "startLine": 3,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-unused-vars */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-floating-promises')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/userPicker/PopUpMenu.tsx",
                      "index": 761
                    },
                    "region": {
                      "startLine": 1,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-floating-promises */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from 'no-unused-expressions')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/userPicker/UserPickerControl.tsx",
                      "index": 764
                    },
                    "region": {
                      "startLine": 2,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable no-unused-expressions */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-floating-promises')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/userPicker/UserPickerControl.tsx",
                      "index": 764
                    },
                    "region": {
                      "startLine": 3,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-floating-promises */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-floating-promises')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/worldMap/WorldMapControl.tsx",
                      "index": 788
                    },
                    "region": {
                      "startLine": 2,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-floating-promises */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unused-vars')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/ListToolbar/ListToolbar.tsx",
                      "index": 804
                    },
                    "region": {
                      "startLine": 2,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable @typescript-eslint/no-unused-vars */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-explicit-any')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/webparts/controlsTest/propertyPane/PropertyPaneControlToggles.ts",
                      "index": 882
                    },
                    "region": {
                      "startLine": 13,
                      "startColumn": 5,
                      "snippet": {
                        "text": "// eslint-disable-next-line @typescript-eslint/no-explicit-any"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unused-expressions')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/listView/ListView.test.tsx",
                      "index": 895
                    },
                    "region": {
                      "startLine": 65,
                      "startColumn": 51,
                      "snippet": {
                        "text": "// eslint-disable-line @typescript-eslint/no-unused-expressions, no-unused-expressions"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unused-expressions')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/controls/listView/ListView.test.tsx",
                      "index": 895
                    },
                    "region": {
                      "startLine": 73,
                      "startColumn": 51,
                      "snippet": {
                        "text": "// eslint-disable-line @typescript-eslint/no-unused-expressions, no-unused-expressions"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            }
          ],
          "executionSuccessful": true
        }
      ]
    }
  ]
}