{
  "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": "@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": "no-extend-native",
              "helpUri": "https://eslint.org/docs/latest/rules/no-extend-native",
              "properties": {},
              "shortDescription": {
                "text": "Disallow extending native types"
              }
            },
            {
              "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-floating-promises",
              "helpUri": "https://typescript-eslint.io/rules/no-floating-promises",
              "properties": {},
              "shortDescription": {
                "text": "Require Promise-like statements to be handled appropriately"
              }
            },
            {
              "id": "no-control-regex",
              "helpUri": "https://eslint.org/docs/latest/rules/no-control-regex",
              "properties": {},
              "shortDescription": {
                "text": "Disallow control characters in regular expressions"
              }
            },
            {
              "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": "dot-notation",
              "helpUri": "https://eslint.org/docs/latest/rules/dot-notation",
              "properties": {},
              "shortDescription": {
                "text": "Enforce dot notation whenever possible"
              }
            },
            {
              "id": "@typescript-eslint/no-unused-vars",
              "helpUri": "https://typescript-eslint.io/rules/no-unused-vars",
              "properties": {},
              "shortDescription": {
                "text": "Disallow unused variables"
              }
            },
            {
              "id": "no-unused-expressions",
              "helpUri": "https://eslint.org/docs/latest/rules/no-unused-expressions",
              "properties": {},
              "shortDescription": {
                "text": "Disallow unused expressions"
              }
            },
            {
              "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"
              }
            }
          ]
        }
      },
      "artifacts": [
        {
          "location": {
            "uri": "src/common/callout/Callout.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/callout/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/Callout.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/placeholderWithCallout/IPlaceholderWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/placeholderWithCallout/PlaceholderWithCallout.tsx"
          }
        },
        {
          "location": {
            "uri": "src/common/placeholderWithCallout/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PlaceholderWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/monacoEditor/IPropertyFieldMonacoEditor.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/monacoEditor/IPropertyFieldMonacoEditorHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/telemetry/version.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/telemetry/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/monacoEditor/monacoEditorControl/IMonacoEditorProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/monacoEditor/monacoEditorControl/Error.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/monacoEditor/monacoEditorControl/useMonaco.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/monacoEditor/monacoEditorControl/useMonacoEditorStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/monacoEditor/monacoEditorControl/MonacoEditor.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/monacoEditor/monacoEditorControl/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/monacoEditor/PropertyFieldMonacoEditorHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/monacoEditor/PropertyFieldMonacoEditor.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/monacoEditor/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFiedMonacoEditor.ts"
          }
        },
        {
          "location": {
            "uri": "src/helpers/SPEntities.ts"
          }
        },
        {
          "location": {
            "uri": "src/helpers/Constants.ts"
          }
        },
        {
          "location": {
            "uri": "src/helpers/String.extensions.ts"
          }
        },
        {
          "location": {
            "uri": "src/helpers/GeneralHelper.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/util/Util.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/brandFontPicker/IPropertyFieldBrandFontPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/brandFontPicker/IPropertyFieldBrandFontPickerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/BrandCenterService.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/brandFontPicker/PropertyFieldBrandFontPickerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/brandFontPicker/PropertyFieldBrandFontPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/brandFontPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldBrandFontPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/propertyFieldButton/IPropertyFieldButtonControl.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/propertyFieldButton/IPropertyFieldButtonProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/propertyFieldButton/PropertyFieldButtonControl.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/propertyFieldButton/PropertyFieldButton.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/propertyFieldButton/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldButton.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/buttonWithCallout/IPropertyFieldButtonWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/buttonWithCallout/IPropertyFieldButtonWithCalloutHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/buttonWithCallout/PropertyFieldButtonWithCalloutHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/buttonWithCallout/PropertyFieldButtonWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/buttonWithCallout/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldButtonWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/checkboxWithCallout/IPropertyFieldCheckboxWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/checkboxWithCallout/IPropertyFieldCheckboxWithCalloutHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/checkboxWithCallout/PropertyFieldCheckboxWithCalloutHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/checkboxWithCallout/PropertyFieldCheckboxWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/checkboxWithCallout/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldCheckboxWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/propertyFieldHeader/IPropertyFieldHeader.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/choiceGroupWithCallout/IPropertyFieldChoiceGroupWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/propertyFieldHeader/PropertyFieldHeader.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/choiceGroupWithCallout/IPropertyFieldChoiceGroupWithCalloutHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/choiceGroupWithCallout/PropertyFieldChoiceGroupWithCalloutHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/choiceGroupWithCallout/PropertyFieldChoiceGroupWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/choiceGroupWithCallout/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldChoiceGroupWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/codeEditor/IPropertyFieldCodeEditor.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/codeEditor/IPropertyFieldCodeEditorHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/codeEditor/CSSFormatter.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/codeEditor/ScriptFormatter.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/codeEditor/CodeFormatter.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/errorMessage/FieldErrorMessage.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/codeEditor/PropertyFieldCodeEditorHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/codeEditor/PropertyFieldCodeEditor.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/codeEditor/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldCodeEditor.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/IBaseCollectionFIeldsProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionIconField/ICollectionIconFieldProps.tsx"
          }
        },
        {
          "location": {
            "uri": "src/common/Types.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/iconsList/IconsList.tsx"
          }
        },
        {
          "location": {
            "uri": "src/services/FluentIconsService.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/iconSelector/IconSelector.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionIconField/CollectionIconField.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionIconField/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/ICustomCollectionField.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/IPropertyFieldCollectionData.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/IPropertyFieldCollectionDataHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionDataViewer/ICollectionDataViewerProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/FieldValidator.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionDataViewer/ICollectionDataViewerState.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionNumberField/ICollectionNumberFieldProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionNumberField/ICollectionNumberFieldState.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionNumberField/CollectionNumberField.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionNumberField/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionColorField/ICollectionColorFieldProps.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionColorField/CollectionColorField.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionColorField/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionDropdownField/CollectionDropdownField.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionCheckboxField/CollectionCheckboxField.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionDataItem/ICollectionDataItemProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionDataItem/ErrorMsg.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionDataItem/ICollectionDataItemState.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionDataItem/CollectionDataItem.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionDataItem/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionDataViewer/CollectionDataViewer.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/collectionDataViewer/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/PropertyFieldCollectionDataHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/PropertyFieldCollectionData.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/collectionData/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldCollectionData.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/colorPicker/IPropertyFieldColorPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/colorPicker/IPropertyFieldColorPickerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/colorPicker/PropertyFieldColorPickerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/colorPicker/PropertyFieldColorPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/colorPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldColorPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/columnPicker/ISPColumn.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/columnPicker/IPropertyFieldColumnPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/columnPicker/IPropertyFieldColumnPickerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/ISPColumnPickerService.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/SPColumnPickerService.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/columnPicker/ISPColumns.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/columnPicker/PropertyFieldColumnPickerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/columnPicker/IPropertyFieldColumnMultiPickerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/columnPicker/PropertyFieldColumnMultiPickerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/columnPicker/IPropertyFieldColumnMultiPickerDropdownHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/columnPicker/PropertyFieldColumnMultiPickerDropdownHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/columnPicker/PropertyFieldColumnPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/columnPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldColumnPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/contentTypePicker/ISPContentType.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/contentTypePicker/IPropertyFieldContentTypePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/contentTypePicker/IPropertyFieldContentTypePickerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/ISPContentTypePickerService.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/SPContentTypePickerService.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/contentTypePicker/ISPContentTypes.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/contentTypePicker/PropertyFieldContentTypePickerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/contentTypePicker/PropertyFieldContentTypePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/contentTypePicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldContentTypePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/dateTimePicker/IPropertyFieldDateTimePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/dateTimePicker/IPropertyFieldDateTimePickerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/dateTimePicker/HoursComponent.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/dateTimePicker/MinutesComponent.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/dateTimePicker/SecondsComponent.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/dateTimePicker/PropertyFieldDateTimePickerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/dateTimePicker/PropertyFieldDateTimePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/dateTimePicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldDateTimePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/dropdownWithCallout/IPropertyFieldDropdownWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/dropdownWithCallout/IPropertyFieldDropdownWithCalloutHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/dropdownWithCallout/PropertyFieldDropdownWithCalloutHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/dropdownWithCallout/PropertyFieldDropdownWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/dropdownWithCallout/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldDropdownWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/editableComboBox/IPropertyFieldEditableComboBox.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/editableComboBox/IPropertyFieldEditableComboBoxHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/editableComboBox/PropertyFieldEditableComboBoxHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/editableComboBox/PropertyFieldEditableComboBox.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/editableComboBox/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldEditableComboBox.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/ISPTermStorePickerService.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/termPicker/IPropertyFieldTermPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/termPicker/IPropertyFieldTermPickerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/termPicker/TermPicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/termPicker/Term.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/termPicker/TermSet.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/termPicker/TermGroup.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/termPicker/PropertyFieldTermPickerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/services/SPTermStorePickerService.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/termPicker/PropertyFieldTermPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/PnPTermStorePickerService.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/termPicker/PropertyFieldEnterpriseTermPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/termPicker/enterprise_index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldEnterpriseTermPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/IOneDriveService.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/FileBrowserService.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/FilePicker.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/IPropertyFieldFilePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/IPropertyFieldFilePickerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/IFilePickerProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/IFilePickerState.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/FilesSearchService.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/FilesSearchService.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/LinkFilePickerTab/ILinkFilePickerTabProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/LinkFilePickerTab/ILinkFilePickerTabState.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/LinkFilePickerTab/LinkFilePickerTab.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/UploadFilePickerTab/IUploadFilePickerTabProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/UploadFilePickerTab/IUploadFilePickerTabState.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/UploadFilePickerTab/UploadFilePickerTab.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/controls/FileBrowser/FileBrowser.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/controls/FileBrowser/IFileBrowserState.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/controls/FolderTile/IFolderTileProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/controls/FolderTile/FolderTile.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/controls/FolderTile/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/FileBrowserService.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/controls/DocumentTile/IDocumentTileProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/controls/DocumentTile/DocumentTile.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/controls/DocumentTile/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/controls/TilesList/ITilesListProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/controls/TilesList/TilesList.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/controls/FileBrowser/IFileBrowserProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/controls/FileBrowser/FileBrowser.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/controls/FileBrowser/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/controls/DocumentLibraryBrowser/IDocumentLibraryBrowserProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/controls/DocumentLibraryBrowser/IDocumentLibraryBrowserState.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/controls/DocumentLibraryBrowser/DocumentLibraryBrowser.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/controls/DocumentLibraryBrowser/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/controls/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/SiteFilePickerTab/ISiteFilePickerTabProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/SiteFilePickerTab/ISiteFilePickerTabState.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/SiteFilePickerTab/SiteFilePickerTab.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/WebSearchTab/WebSearchTab.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/WebSearchTab/IWebSearchTabState.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/WebSearchTab/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/WebSearchTab/IWebSearchTabProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/WebSearchTab/WebSearchTab.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/placeHolderControl/IPlaceholderComponent.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/placeHolderControl/PlaceholderComponent.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/placeHolderControl/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/RecentFilesTab/IRecentFilesTabProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/RecentFilesTab/IRecentFilesTabState.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/RecentFilesTab/RecentFilesTab.tsx"
          }
        },
        {
          "location": {
            "uri": "src/services/OneDriveService.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/OneDriveFilesTab/IOneDriveFilesTabProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/OneDriveFilesTab/OneDriveFilesTab.types.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/OneDriveFilesTab/IOneDriveFilesTabState.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/OneDriveFilesTab/OneDriveFilesTab.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/OneDriveFilesTab/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/OrgAssetsService.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/StockImagesTab/StockImagesModel.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/StockImagesTab/IStockImagesProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/StockImagesTab/StockImages.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/StockImagesTab/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/FilePicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/PropertyFieldFilePickerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/PropertyFieldFilePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldFilePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/IFolderExplorerService.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/folderPicker/IPropertyFieldFolderPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/folderPicker/IPropertyFieldFolderPickerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/FolderExplorerService.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/folderPicker/controls/NewFolder/NewFolder.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/folderPicker/controls/NewFolder/INewFolderProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/folderPicker/controls/NewFolder/INewFolderState.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/folderPicker/controls/NewFolder/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/folderPicker/controls/FolderExplorer/FolderExplorer.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/folderPicker/controls/FolderExplorer/IFolderExplorerProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/folderPicker/controls/FolderExplorer/IFolderExplorerState.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/folderPicker/controls/FolderExplorer/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/folderPicker/IPropertyFieldFolderPickerState.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/folderPicker/PropertyFieldFolderPickerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/folderPicker/PropertyFieldFolderPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/folderPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldFolderPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/propertyFieldGrid/grid/IItem.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/propertyFieldGrid/IPropertyFieldGridControlProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/propertyFieldGrid/IPropertyFieldGridProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/propertyFieldGrid/grid/Grid.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/propertyFieldGrid/PropertyFieldGridControl.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/propertyFieldGrid/PropertyFieldGrid.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/propertyFieldGrid/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldGrid.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/guid/IPropertyFieldGuid.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/guid/IPropertyFieldGuidHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/guid/PropertyFieldGuidHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/guid/PropertyFieldGuid.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/guid/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldGuid.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/propertyFieldHeader/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldHeader.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/iconPicker/IPropertyFieldIconPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/iconPicker/IPropertyFieldIconPickerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/iconPicker/PropertyFieldIconPickerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/iconPicker/PropertyFieldIconPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/iconPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldIconPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/labelWithCallout/IPropertyFieldLabelWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/labelWithCallout/IPropertyFieldLabelWithCalloutHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/labelWithCallout/PropertyFieldLabelWithCalloutHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/labelWithCallout/PropertyFieldLabelWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/labelWithCallout/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldLabelWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/linkWithCallout/IPropertyFieldLinkWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/linkWithCallout/IPropertyFieldLinkWithCalloutHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/linkWithCallout/PropertyFieldLinkWithCalloutHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/linkWithCallout/PropertyFieldLinkWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/linkWithCallout/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldLinkWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/listPicker/IPropertyFieldListPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/listPicker/IPropertyFieldListPickerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/SPListPickerService.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/listPicker/PropertyFieldListPickerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/listPicker/IPropertyFieldListMultiPickerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/listPicker/PropertyFieldListMultiPickerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/listPicker/PropertyFieldListPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/listPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldListPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/message/IPropertyFieldMessage.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/message/IPropertyFieldMessageHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/message/PropertyFieldMessageHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/message/PropertyFieldMessage.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/message/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldMessage.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldMonacoEditor.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/multiSelect/IPropertyFieldMultiSelect.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/multiSelect/IPropertyFieldMultiSelectHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/multiSelect/PropertyFieldMultiSelectHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/multiSelect/PropertyFieldMultiSelect.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/multiSelect/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldMultiSelect.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/number/IPropertyFieldNumber.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/number/IPropertyFieldNumberHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/number/PropertyFieldNumberHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/number/PropertyFieldNumber.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/number/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldNumber.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/order/IPropertyFieldOrder.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/order/IPropertyFieldOrderHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/order/PropertyFieldOrderHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/order/PropertyFieldOrder.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/order/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldOrder.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/password/IPropertyFieldPassword.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/password/IPropertyFieldPasswordHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/password/PropertyFieldPasswordHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/password/PropertyFieldPassword.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/password/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldPassword.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/peoplePicker/IPropertyFieldPeoplePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/peoplePicker/IPropertyFieldPeoplePickerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/ISPPeopleSearchService.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/SPPeopleSearchService.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/peoplePicker/PropertyFieldPeoplePickerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/peoplePicker/PropertyFieldPeoplePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/peoplePicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldPeoplePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/roleDefinitionPicker/IRoleDefinitionInformation.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/roleDefinitionPicker/IRoleDefinitionInformationCollection.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/roleDefinitionPicker/IPropertyFieldRoleDefinitionPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/roleDefinitionPicker/IPropertyFieldRoleDefinitionPickerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/ISPRoleDefinitionPickerService.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/SPRoleDefinitionPickerService.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/roleDefinitionPicker/PropertyFieldRoleDefinitionPickerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/roleDefinitionPicker/PropertyFieldRoleDefinitionPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/roleDefinitionPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldRoleDefinitionPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/search/IPropertyFieldSearch.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/search/IPropertyFieldSearchHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/search/PropertyFieldSearchHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/search/PropertyFieldSearch.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/search/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldSearch.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/sitePicker/IPropertyFieldSitePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/sitePicker/IPropertyFieldSitePickerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/ISPSiteSearchService.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/SPSiteSearchService.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/sitePicker/PropertyFieldSitePickerListItem/IPropertyFieldSitePickerListItem.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/sitePicker/PropertyFieldSitePickerListItem/PropertyFieldSitePickerListItem.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/sitePicker/PropertyFieldSitePickerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/sitePicker/PropertyFieldSitePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/sitePicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldSitePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/sliderWithCallout/IPropertyFieldSliderWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/sliderWithCallout/IPropertyFieldSliderWithCalloutHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/sliderWithCallout/PropertyFieldSliderWithCalloutHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/sliderWithCallout/PropertyFieldSliderWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/sliderWithCallout/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldSliderWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/spinButton/IPropertyFieldSpinButton.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/spinButton/IPropertyFieldSpinButtonHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/spinButton/PropertyFieldSpinButtonHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/spinButton/PropertyFieldSpinButton.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/spinButton/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldSpinButton.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/spinner/IPropertyFieldSpinner.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/spinner/IPropertyFieldSpinnerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/spinner/PropertyFieldSpinnerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/spinner/PropertyFieldSpinner.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/spinner/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldSpinner.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/swatchColorPicker/IPropertyFieldSwatchColorPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/swatchColorPicker/IPropertyFieldSwatchColorPickerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/swatchColorPicker/PropertyFieldSwatchColorPickerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/swatchColorPicker/PropertyFieldSwatchColorPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/swatchColorPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldSwatchColorPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/teamPicker/IPropertyFieldTeamPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/teamPicker/IPropertyFieldTeamPickerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/helpers/GraphHelper.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/ITeamsSearchService.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/TeamsSearchService.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/teamPicker/PropertyFieldTeamPickerListItem/IPropertyFieldTeamPickerListItem.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/teamPicker/PropertyFieldTeamPickerListItem/PropertyFieldTeamPickerListItem.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/teamPicker/PropertyFieldTeamPickerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/teamPicker/PropertyFieldTeamPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/teamPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldTeamPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/termPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldTermPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/textWithCallout/IPropertyFieldTextWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/textWithCallout/IPropertyFieldTextWithCalloutHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/textWithCallout/PropertyFieldTextWithCalloutHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/textWithCallout/PropertyFieldTextWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/textWithCallout/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldTextWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/toggleWithCallout/IPropertyFieldToggleWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/toggleWithCallout/IPropertyFieldToggleWithCalloutHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/toggleWithCallout/PropertyFieldToggleWithCalloutHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/toggleWithCallout/PropertyFieldToggleWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/toggleWithCallout/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldToggleWithCallout.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/viewPicker/ISPView.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/viewPicker/IPropertyFieldViewPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/viewPicker/IPropertyFieldViewPickerHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/ISPViewPickerService.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/SPViewPickerService.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/viewPicker/ISPViews.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/viewPicker/PropertyFieldViewPickerHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/viewPicker/PropertyFieldViewPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/viewPicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyFieldViewPicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/markdownContent/IPropertyPaneMarkdownContent.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/markdownContent/IPropertyPaneMarkdownContentHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/markdownContent/PropertyPaneMarkdownContentHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/markdownContent/PropertyPaneMarkdownContent.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/markdownContent/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyPaneMarkdownContent.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/PalettePicker/IPalettePickerProps.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/PalettePicker/IPalettePickerState.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/PalettePicker/usePalettePickerStyles.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/PalettePicker/SelectPalette.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/PalettePicker/PalettePicker.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/PalettePicker/IPropertyPanePalettePickerProps.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/PalettePicker/PalettePickerPropertyField.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/PalettePicker/IPalette.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/PalettePicker/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyPanePalettePicker.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/propertyEditor/IPropertyPanePropertyEditor.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/propertyEditor/IPropertyPanePropertyEditorHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/propertyEditor/PropertyPanePropertyEditorHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/propertyEditor/PropertyPanePropertyEditor.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/propertyEditor/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyPanePropertyEditor.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/webPartInformation/IPropertyPaneWebPartInformation.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/webPartInformation/IPropertyPaneWebPartInformationHost.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/webPartInformation/PropertyPaneWebPartInformationHost.tsx"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/webPartInformation/PropertyPaneWebPartInformation.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/webPartInformation/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/PropertyPaneWebPartInformation.ts"
          }
        },
        {
          "location": {
            "uri": "src/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/propertyPaneSpinner/PropertyPaneSpinner.tsx"
          }
        },
        {
          "location": {
            "uri": "src/common/propertyPaneSpinner/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/common/util/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/helpers/PropertyPaneHelpers.ts"
          }
        },
        {
          "location": {
            "uri": "src/helpers/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/LinkFilePickerTab/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/RecentFilesTab/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/SiteFilePickerTab/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/UploadFilePickerTab/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/filePicker/filePickerControls/controls/TilesList/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/propertyFields/folderPicker/controls/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/ISPListPickerService.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/IUsers.ts"
          }
        },
        {
          "location": {
            "uri": "src/services/index.ts"
          }
        },
        {
          "location": {
            "uri": "src/webparts/propertyControlsTest/IPropertyControlsTestWebPartProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/webparts/propertyControlsTest/components/IPropertyControlsTestProps.ts"
          }
        },
        {
          "location": {
            "uri": "src/webparts/propertyControlsTest/components/PropertyControlsTest.tsx"
          }
        },
        {
          "location": {
            "uri": "src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts"
          }
        },
        {
          "location": {
            "uri": "src/webparts/propertyControlsTest/test/PropertyControlsTestWebPart.test.ts"
          }
        },
        {
          "location": {
            "uri": "src/webparts/propertyControlsTest/testcomponent.tsx"
          }
        },
        {
          "location": {
            "uri": "src/webparts/propertyControlsTest/components/OrderedItem.tsx"
          }
        }
      ],
      "results": [
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/common/telemetry/index.ts",
                  "index": 10
                },
                "region": {
                  "startLine": 7,
                  "startColumn": 58,
                  "endLine": 7,
                  "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/propertyFields/monacoEditor/monacoEditorControl/useMonacoEditorStyles.ts",
                  "index": 14
                },
                "region": {
                  "startLine": 5,
                  "startColumn": 41,
                  "endLine": 5,
                  "endColumn": 43
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 1,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/monacoEditor/PropertyFieldMonacoEditor.ts",
                  "index": 18
                },
                "region": {
                  "startLine": 21,
                  "startColumn": 67,
                  "endLine": 21,
                  "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/propertyFields/monacoEditor/PropertyFieldMonacoEditor.ts",
                  "index": 18
                },
                "region": {
                  "startLine": 30,
                  "startColumn": 48,
                  "endLine": 30,
                  "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/propertyFields/monacoEditor/PropertyFieldMonacoEditor.ts",
                  "index": 18
                },
                "region": {
                  "startLine": 30,
                  "startColumn": 107,
                  "endLine": 30,
                  "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/helpers/SPEntities.ts",
                  "index": 21
                },
                "region": {
                  "startLine": 125,
                  "startColumn": 11,
                  "endLine": 125,
                  "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/helpers/String.extensions.ts",
                  "index": 23
                },
                "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": "String prototype is read only, properties should not be added."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/helpers/String.extensions.ts",
                  "index": 23
                },
                "region": {
                  "startLine": 20,
                  "startColumn": 1,
                  "endLine": 22,
                  "endColumn": 2
                }
              }
            }
          ],
          "ruleId": "no-extend-native",
          "ruleIndex": 2,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "String prototype is read only, properties should not be added."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/helpers/String.extensions.ts",
                  "index": 23
                },
                "region": {
                  "startLine": 27,
                  "startColumn": 1,
                  "endLine": 93,
                  "endColumn": 2
                }
              }
            }
          ],
          "ruleId": "no-extend-native",
          "ruleIndex": 2,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "String prototype is read only, properties should not be added."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/helpers/String.extensions.ts",
                  "index": 23
                },
                "region": {
                  "startLine": 98,
                  "startColumn": 1,
                  "endLine": 131,
                  "endColumn": 2
                }
              }
            }
          ],
          "ruleId": "no-extend-native",
          "ruleIndex": 2,
          "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/helpers/GeneralHelper.ts",
                  "index": 24
                },
                "region": {
                  "startLine": 185,
                  "startColumn": 26,
                  "endLine": 196,
                  "endColumn": 12,
                  "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": 3,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/helpers/GeneralHelper.ts",
                  "index": 24
                },
                "region": {
                  "startLine": 210,
                  "startColumn": 34,
                  "endLine": 210,
                  "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/helpers/GeneralHelper.ts",
                  "index": 24
                },
                "region": {
                  "startLine": 242,
                  "startColumn": 17,
                  "endLine": 242,
                  "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/helpers/GeneralHelper.ts",
                  "index": 24
                },
                "region": {
                  "startLine": 330,
                  "startColumn": 46,
                  "endLine": 330,
                  "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/helpers/GeneralHelper.ts",
                  "index": 24
                },
                "region": {
                  "startLine": 330,
                  "startColumn": 82,
                  "endLine": 330,
                  "endColumn": 85,
                  "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/helpers/GeneralHelper.ts",
                  "index": 24
                },
                "region": {
                  "startLine": 342,
                  "startColumn": 38,
                  "endLine": 342,
                  "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/helpers/GeneralHelper.ts",
                  "index": 24
                },
                "region": {
                  "startLine": 342,
                  "startColumn": 55,
                  "endLine": 342,
                  "endColumn": 58,
                  "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/util/Util.ts",
                  "index": 25
                },
                "region": {
                  "startLine": 13,
                  "startColumn": 36,
                  "endLine": 13,
                  "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/util/Util.ts",
                  "index": 25
                },
                "region": {
                  "startLine": 13,
                  "startColumn": 44,
                  "endLine": 13,
                  "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/propertyFields/brandFontPicker/IPropertyFieldBrandFontPicker.ts",
                  "index": 26
                },
                "region": {
                  "startLine": 53,
                  "startColumn": 52,
                  "endLine": 53,
                  "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/propertyFields/brandFontPicker/IPropertyFieldBrandFontPicker.ts",
                  "index": 26
                },
                "region": {
                  "startLine": 53,
                  "startColumn": 67,
                  "endLine": 53,
                  "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/propertyFields/brandFontPicker/IPropertyFieldBrandFontPicker.ts",
                  "index": 26
                },
                "region": {
                  "startLine": 73,
                  "startColumn": 16,
                  "endLine": 73,
                  "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/propertyFields/brandFontPicker/IPropertyFieldBrandFontPicker.ts",
                  "index": 26
                },
                "region": {
                  "startLine": 126,
                  "startColumn": 52,
                  "endLine": 126,
                  "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/propertyFields/brandFontPicker/IPropertyFieldBrandFontPicker.ts",
                  "index": 26
                },
                "region": {
                  "startLine": 126,
                  "startColumn": 67,
                  "endLine": 126,
                  "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/propertyFields/brandFontPicker/IPropertyFieldBrandFontPicker.ts",
                  "index": 26
                },
                "region": {
                  "startLine": 127,
                  "startColumn": 15,
                  "endLine": 127,
                  "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/BrandCenterService.ts",
                  "index": 28
                },
                "region": {
                  "startLine": 77,
                  "startColumn": 53,
                  "endLine": 77,
                  "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/services/BrandCenterService.ts",
                  "index": 28
                },
                "region": {
                  "startLine": 88,
                  "startColumn": 14,
                  "endLine": 88,
                  "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/BrandCenterService.ts",
                  "index": 28
                },
                "region": {
                  "startLine": 106,
                  "startColumn": 57,
                  "endLine": 106,
                  "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/services/BrandCenterService.ts",
                  "index": 28
                },
                "region": {
                  "startLine": 128,
                  "startColumn": 59,
                  "endLine": 128,
                  "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/services/BrandCenterService.ts",
                  "index": 28
                },
                "region": {
                  "startLine": 149,
                  "startColumn": 62,
                  "endLine": 149,
                  "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/services/BrandCenterService.ts",
                  "index": 28
                },
                "region": {
                  "startLine": 189,
                  "startColumn": 43,
                  "endLine": 189,
                  "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/services/BrandCenterService.ts",
                  "index": 28
                },
                "region": {
                  "startLine": 222,
                  "startColumn": 53,
                  "endLine": 222,
                  "endColumn": 56
                }
              }
            }
          ],
          "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/propertyFields/brandFontPicker/PropertyFieldBrandFontPickerHost.tsx",
                  "index": 29
                },
                "region": {
                  "startLine": 42,
                  "startColumn": 5,
                  "endLine": 42,
                  "endColumn": 27
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-floating-promises",
          "ruleIndex": 4,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/brandFontPicker/PropertyFieldBrandFontPicker.ts",
                  "index": 30
                },
                "region": {
                  "startLine": 28,
                  "startColumn": 59,
                  "endLine": 28,
                  "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/propertyFields/brandFontPicker/PropertyFieldBrandFontPicker.ts",
                  "index": 30
                },
                "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/propertyFields/brandFontPicker/PropertyFieldBrandFontPicker.ts",
                  "index": 30
                },
                "region": {
                  "startLine": 57,
                  "startColumn": 45,
                  "endLine": 57,
                  "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/propertyFields/brandFontPicker/PropertyFieldBrandFontPicker.ts",
                  "index": 30
                },
                "region": {
                  "startLine": 57,
                  "startColumn": 104,
                  "endLine": 57,
                  "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/propertyFields/propertyFieldButton/IPropertyFieldButtonControl.ts",
                  "index": 33
                },
                "region": {
                  "startLine": 14,
                  "startColumn": 16,
                  "endLine": 14,
                  "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/propertyFields/propertyFieldButton/IPropertyFieldButtonProps.ts",
                  "index": 34
                },
                "region": {
                  "startLine": 14,
                  "startColumn": 17,
                  "endLine": 14,
                  "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/propertyFields/propertyFieldButton/PropertyFieldButton.ts",
                  "index": 36
                },
                "region": {
                  "startLine": 21,
                  "startColumn": 67,
                  "endLine": 21,
                  "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/propertyFields/propertyFieldButton/PropertyFieldButton.ts",
                  "index": 36
                },
                "region": {
                  "startLine": 31,
                  "startColumn": 48,
                  "endLine": 31,
                  "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/propertyFields/propertyFieldButton/PropertyFieldButton.ts",
                  "index": 36
                },
                "region": {
                  "startLine": 31,
                  "startColumn": 107,
                  "endLine": 31,
                  "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/propertyFields/buttonWithCallout/PropertyFieldButtonWithCallout.ts",
                  "index": 42
                },
                "region": {
                  "startLine": 32,
                  "startColumn": 50,
                  "endLine": 32,
                  "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/propertyFields/buttonWithCallout/PropertyFieldButtonWithCallout.ts",
                  "index": 42
                },
                "region": {
                  "startLine": 32,
                  "startColumn": 109,
                  "endLine": 32,
                  "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/propertyFields/checkboxWithCallout/PropertyFieldCheckboxWithCallout.ts",
                  "index": 48
                },
                "region": {
                  "startLine": 21,
                  "startColumn": 69,
                  "endLine": 21,
                  "endColumn": 72
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/checkboxWithCallout/PropertyFieldCheckboxWithCallout.ts",
                  "index": 48
                },
                "region": {
                  "startLine": 31,
                  "startColumn": 50,
                  "endLine": 31,
                  "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/propertyFields/checkboxWithCallout/PropertyFieldCheckboxWithCallout.ts",
                  "index": 48
                },
                "region": {
                  "startLine": 31,
                  "startColumn": 109,
                  "endLine": 31,
                  "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/propertyFields/choiceGroupWithCallout/PropertyFieldChoiceGroupWithCallout.ts",
                  "index": 56
                },
                "region": {
                  "startLine": 28,
                  "startColumn": 67,
                  "endLine": 28,
                  "endColumn": 70,
                  "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/propertyFields/choiceGroupWithCallout/PropertyFieldChoiceGroupWithCallout.ts",
                  "index": 56
                },
                "region": {
                  "startLine": 43,
                  "startColumn": 15,
                  "endLine": 43,
                  "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/propertyFields/choiceGroupWithCallout/PropertyFieldChoiceGroupWithCallout.ts",
                  "index": 56
                },
                "region": {
                  "startLine": 44,
                  "startColumn": 59,
                  "endLine": 44,
                  "endColumn": 62,
                  "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/propertyFields/codeEditor/IPropertyFieldCodeEditor.ts",
                  "index": 59
                },
                "region": {
                  "startLine": 45,
                  "startColumn": 52,
                  "endLine": 45,
                  "endColumn": 55,
                  "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/propertyFields/codeEditor/IPropertyFieldCodeEditor.ts",
                  "index": 59
                },
                "region": {
                  "startLine": 45,
                  "startColumn": 67,
                  "endLine": 45,
                  "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/propertyFields/codeEditor/IPropertyFieldCodeEditor.ts",
                  "index": 59
                },
                "region": {
                  "startLine": 49,
                  "startColumn": 15,
                  "endLine": 49,
                  "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/propertyFields/codeEditor/IPropertyFieldCodeEditorHost.ts",
                  "index": 60
                },
                "region": {
                  "startLine": 7,
                  "startColumn": 50,
                  "endLine": 7,
                  "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/propertyFields/codeEditor/CSSFormatter.ts",
                  "index": 61
                },
                "region": {
                  "startLine": 198,
                  "startColumn": 20,
                  "endLine": 198,
                  "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/propertyFields/codeEditor/CSSFormatter.ts",
                  "index": 61
                },
                "region": {
                  "startLine": 204,
                  "startColumn": 20,
                  "endLine": 204,
                  "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/propertyFields/codeEditor/CSSFormatter.ts",
                  "index": 61
                },
                "region": {
                  "startLine": 261,
                  "startColumn": 26,
                  "endLine": 261,
                  "endColumn": 29,
                  "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/propertyFields/codeEditor/CSSFormatter.ts",
                  "index": 61
                },
                "region": {
                  "startLine": 276,
                  "startColumn": 24,
                  "endLine": 276,
                  "endColumn": 27,
                  "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/propertyFields/codeEditor/ScriptFormatter.ts",
                  "index": 62
                },
                "region": {
                  "startLine": 93,
                  "startColumn": 45,
                  "endLine": 93,
                  "endColumn": 102,
                  "snippet": {
                    "text": "new RegExp(\"[\" + this.nonASCIIidentifierStartChars + \"]\")"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/security/no-unsafe-regexp",
          "ruleIndex": 3,
          "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/propertyFields/codeEditor/ScriptFormatter.ts",
                  "index": 62
                },
                "region": {
                  "startLine": 94,
                  "startColumn": 40,
                  "endLine": 94,
                  "endColumn": 128,
                  "snippet": {
                    "text": "new RegExp(\"[\" + this.nonASCIIidentifierStartChars + this.nonASCIIidentifierChars + \"]\")"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/security/no-unsafe-regexp",
          "ruleIndex": 3,
          "suppressions": []
        },
        {
          "level": "error",
          "message": {
            "text": "Unexpected control character(s) in regular expression: \\x0d."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/codeEditor/ScriptFormatter.ts",
                  "index": 62
                },
                "region": {
                  "startLine": 226,
                  "startColumn": 19,
                  "endLine": 226,
                  "endColumn": 26,
                  "snippet": {
                    "text": "/\\x0d/g"
                  }
                }
              }
            }
          ],
          "ruleId": "no-control-regex",
          "ruleIndex": 5,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/codeEditor/ScriptFormatter.ts",
                  "index": 62
                },
                "region": {
                  "startLine": 931,
                  "startColumn": 20,
                  "endLine": 931,
                  "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/propertyFields/codeEditor/ScriptFormatter.ts",
                  "index": 62
                },
                "region": {
                  "startLine": 1291,
                  "startColumn": 21,
                  "endLine": 1291,
                  "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/propertyFields/codeEditor/ScriptFormatter.ts",
                  "index": 62
                },
                "region": {
                  "startLine": 1522,
                  "startColumn": 18,
                  "endLine": 1522,
                  "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/propertyFields/codeEditor/ScriptFormatter.ts",
                  "index": 62
                },
                "region": {
                  "startLine": 1596,
                  "startColumn": 12,
                  "endLine": 1596,
                  "endColumn": 15,
                  "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/propertyFields/codeEditor/ScriptFormatter.ts",
                  "index": 62
                },
                "region": {
                  "startLine": 1598,
                  "startColumn": 26,
                  "endLine": 1598,
                  "endColumn": 29,
                  "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/propertyFields/codeEditor/ScriptFormatter.ts",
                  "index": 62
                },
                "region": {
                  "startLine": 1712,
                  "startColumn": 55,
                  "endLine": 1712,
                  "endColumn": 58,
                  "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/propertyFields/codeEditor/PropertyFieldCodeEditor.ts",
                  "index": 66
                },
                "region": {
                  "startLine": 30,
                  "startColumn": 59,
                  "endLine": 30,
                  "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/propertyFields/codeEditor/PropertyFieldCodeEditor.ts",
                  "index": 66
                },
                "region": {
                  "startLine": 30,
                  "startColumn": 74,
                  "endLine": 30,
                  "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/propertyFields/codeEditor/PropertyFieldCodeEditor.ts",
                  "index": 66
                },
                "region": {
                  "startLine": 31,
                  "startColumn": 29,
                  "endLine": 31,
                  "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/propertyFields/codeEditor/PropertyFieldCodeEditor.ts",
                  "index": 66
                },
                "region": {
                  "startLine": 74,
                  "startColumn": 43,
                  "endLine": 74,
                  "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/propertyFields/codeEditor/PropertyFieldCodeEditor.ts",
                  "index": 66
                },
                "region": {
                  "startLine": 74,
                  "startColumn": 102,
                  "endLine": 74,
                  "endColumn": 105
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/collectionData/IBaseCollectionFIeldsProps.ts",
                  "index": 69
                },
                "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/propertyFields/collectionData/IBaseCollectionFIeldsProps.ts",
                  "index": 69
                },
                "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/propertyFields/collectionData/IBaseCollectionFIeldsProps.ts",
                  "index": 69
                },
                "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/propertyFields/collectionData/ICustomCollectionField.ts",
                  "index": 77
                },
                "region": {
                  "startLine": 28,
                  "startColumn": 20,
                  "endLine": 28,
                  "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/propertyFields/collectionData/ICustomCollectionField.ts",
                  "index": 77
                },
                "region": {
                  "startLine": 43,
                  "startColumn": 32,
                  "endLine": 43,
                  "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/propertyFields/collectionData/ICustomCollectionField.ts",
                  "index": 77
                },
                "region": {
                  "startLine": 55,
                  "startColumn": 18,
                  "endLine": 55,
                  "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/propertyFields/collectionData/ICustomCollectionField.ts",
                  "index": 77
                },
                "region": {
                  "startLine": 68,
                  "startColumn": 12,
                  "endLine": 68,
                  "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/propertyFields/collectionData/ICustomCollectionField.ts",
                  "index": 77
                },
                "region": {
                  "startLine": 70,
                  "startColumn": 18,
                  "endLine": 70,
                  "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/propertyFields/collectionData/ICustomCollectionField.ts",
                  "index": 77
                },
                "region": {
                  "startLine": 78,
                  "startColumn": 12,
                  "endLine": 78,
                  "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/propertyFields/collectionData/ICustomCollectionField.ts",
                  "index": 77
                },
                "region": {
                  "startLine": 79,
                  "startColumn": 40,
                  "endLine": 79,
                  "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/propertyFields/collectionData/ICustomCollectionField.ts",
                  "index": 77
                },
                "region": {
                  "startLine": 80,
                  "startColumn": 11,
                  "endLine": 80,
                  "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/propertyFields/collectionData/ICustomCollectionField.ts",
                  "index": 77
                },
                "region": {
                  "startLine": 87,
                  "startColumn": 54,
                  "endLine": 87,
                  "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/propertyFields/collectionData/IPropertyFieldCollectionData.ts",
                  "index": 78
                },
                "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/propertyFields/collectionData/IPropertyFieldCollectionDataHost.ts",
                  "index": 79
                },
                "region": {
                  "startLine": 7,
                  "startColumn": 22,
                  "endLine": 7,
                  "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/propertyFields/collectionData/collectionDataViewer/ICollectionDataViewerProps.ts",
                  "index": 80
                },
                "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/propertyFields/collectionData/collectionDataViewer/ICollectionDataViewerState.ts",
                  "index": 82
                },
                "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/propertyFields/collectionData/collectionDataViewer/ICollectionDataViewerState.ts",
                  "index": 82
                },
                "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/propertyFields/collectionData/collectionCheckboxField/CollectionCheckboxField.tsx",
                  "index": 91
                },
                "region": {
                  "startLine": 18,
                  "startColumn": 57,
                  "endLine": 18,
                  "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/propertyFields/collectionData/collectionDataItem/ICollectionDataItemProps.ts",
                  "index": 92
                },
                "region": {
                  "startLine": 6,
                  "startColumn": 10,
                  "endLine": 6,
                  "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/propertyFields/collectionData/collectionDataItem/ICollectionDataItemProps.ts",
                  "index": 92
                },
                "region": {
                  "startLine": 11,
                  "startColumn": 21,
                  "endLine": 11,
                  "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/propertyFields/collectionData/collectionDataItem/ICollectionDataItemProps.ts",
                  "index": 92
                },
                "region": {
                  "startLine": 12,
                  "startColumn": 27,
                  "endLine": 12,
                  "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/propertyFields/collectionData/collectionDataItem/ICollectionDataItemProps.ts",
                  "index": 92
                },
                "region": {
                  "startLine": 13,
                  "startColumn": 37,
                  "endLine": 13,
                  "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/propertyFields/collectionData/collectionDataItem/ICollectionDataItemState.ts",
                  "index": 94
                },
                "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/propertyFields/collectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 95
                },
                "region": {
                  "startLine": 66,
                  "startColumn": 53,
                  "endLine": 66,
                  "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/propertyFields/collectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 95
                },
                "region": {
                  "startLine": 113,
                  "startColumn": 45,
                  "endLine": 113,
                  "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/propertyFields/collectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 95
                },
                "region": {
                  "startLine": 134,
                  "startColumn": 44,
                  "endLine": 134,
                  "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/propertyFields/collectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 95
                },
                "region": {
                  "startLine": 153,
                  "startColumn": 55,
                  "endLine": 153,
                  "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/propertyFields/collectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 95
                },
                "region": {
                  "startLine": 172,
                  "startColumn": 46,
                  "endLine": 172,
                  "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/propertyFields/collectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 95
                },
                "region": {
                  "startLine": 251,
                  "startColumn": 12,
                  "endLine": 251,
                  "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/propertyFields/collectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 95
                },
                "region": {
                  "startLine": 309,
                  "startColumn": 12,
                  "endLine": 309,
                  "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/propertyFields/collectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 95
                },
                "region": {
                  "startLine": 310,
                  "startColumn": 11,
                  "endLine": 310,
                  "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/propertyFields/collectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 95
                },
                "region": {
                  "startLine": 426,
                  "startColumn": 60,
                  "endLine": 426,
                  "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/propertyFields/collectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 95
                },
                "region": {
                  "startLine": 572,
                  "startColumn": 32,
                  "endLine": 572,
                  "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/propertyFields/collectionData/collectionDataItem/CollectionDataItem.tsx",
                  "index": 95
                },
                "region": {
                  "startLine": 574,
                  "startColumn": 22,
                  "endLine": 574,
                  "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/propertyFields/collectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 97
                },
                "region": {
                  "startLine": 55,
                  "startColumn": 28,
                  "endLine": 55,
                  "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/propertyFields/collectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 97
                },
                "region": {
                  "startLine": 73,
                  "startColumn": 44,
                  "endLine": 73,
                  "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/propertyFields/collectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 97
                },
                "region": {
                  "startLine": 139,
                  "startColumn": 34,
                  "endLine": 139,
                  "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/propertyFields/collectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 97
                },
                "region": {
                  "startLine": 168,
                  "startColumn": 33,
                  "endLine": 168,
                  "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/propertyFields/collectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 97
                },
                "region": {
                  "startLine": 168,
                  "startColumn": 73,
                  "endLine": 168,
                  "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/propertyFields/collectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 97
                },
                "region": {
                  "startLine": 184,
                  "startColumn": 41,
                  "endLine": 184,
                  "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/propertyFields/collectionData/collectionDataViewer/CollectionDataViewer.tsx",
                  "index": 97
                },
                "region": {
                  "startLine": 184,
                  "startColumn": 49,
                  "endLine": 184,
                  "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/propertyFields/collectionData/PropertyFieldCollectionDataHost.tsx",
                  "index": 99
                },
                "region": {
                  "startLine": 48,
                  "startColumn": 28,
                  "endLine": 48,
                  "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/propertyFields/collectionData/PropertyFieldCollectionData.ts",
                  "index": 100
                },
                "region": {
                  "startLine": 18,
                  "startColumn": 67,
                  "endLine": 18,
                  "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/propertyFields/collectionData/PropertyFieldCollectionData.ts",
                  "index": 100
                },
                "region": {
                  "startLine": 28,
                  "startColumn": 47,
                  "endLine": 28,
                  "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/propertyFields/collectionData/PropertyFieldCollectionData.ts",
                  "index": 100
                },
                "region": {
                  "startLine": 28,
                  "startColumn": 106,
                  "endLine": 28,
                  "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/propertyFields/collectionData/PropertyFieldCollectionData.ts",
                  "index": 100
                },
                "region": {
                  "startLine": 54,
                  "startColumn": 28,
                  "endLine": 54,
                  "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/propertyFields/colorPicker/IPropertyFieldColorPicker.ts",
                  "index": 103
                },
                "region": {
                  "startLine": 27,
                  "startColumn": 51,
                  "endLine": 27,
                  "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/propertyFields/colorPicker/IPropertyFieldColorPicker.ts",
                  "index": 103
                },
                "region": {
                  "startLine": 27,
                  "startColumn": 66,
                  "endLine": 27,
                  "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/propertyFields/colorPicker/IPropertyFieldColorPicker.ts",
                  "index": 103
                },
                "region": {
                  "startLine": 67,
                  "startColumn": 14,
                  "endLine": 67,
                  "endColumn": 17
                }
              }
            }
          ],
          "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/propertyFields/colorPicker/PropertyFieldColorPicker.ts",
                  "index": 106
                },
                "region": {
                  "startLine": 85,
                  "startColumn": 3,
                  "endLine": 85,
                  "endColumn": 33,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/colorPicker/PropertyFieldColorPicker.ts",
                  "index": 106
                },
                "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/propertyFields/colorPicker/PropertyFieldColorPicker.ts",
                  "index": 106
                },
                "region": {
                  "startLine": 26,
                  "startColumn": 27,
                  "endLine": 26,
                  "endColumn": 30,
                  "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/propertyFields/colorPicker/PropertyFieldColorPicker.ts",
                  "index": 106
                },
                "region": {
                  "startLine": 67,
                  "startColumn": 44,
                  "endLine": 67,
                  "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/propertyFields/colorPicker/PropertyFieldColorPicker.ts",
                  "index": 106
                },
                "region": {
                  "startLine": 67,
                  "startColumn": 103,
                  "endLine": 67,
                  "endColumn": 106,
                  "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/propertyFields/columnPicker/IPropertyFieldColumnPicker.ts",
                  "index": 110
                },
                "region": {
                  "startLine": 76,
                  "startColumn": 17,
                  "endLine": 76,
                  "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/propertyFields/columnPicker/IPropertyFieldColumnPicker.ts",
                  "index": 110
                },
                "region": {
                  "startLine": 129,
                  "startColumn": 54,
                  "endLine": 129,
                  "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/propertyFields/columnPicker/IPropertyFieldColumnPicker.ts",
                  "index": 110
                },
                "region": {
                  "startLine": 129,
                  "startColumn": 69,
                  "endLine": 129,
                  "endColumn": 72
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/columnPicker/IPropertyFieldColumnPicker.ts",
                  "index": 110
                },
                "region": {
                  "startLine": 151,
                  "startColumn": 17,
                  "endLine": 151,
                  "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/propertyFields/columnPicker/IPropertyFieldColumnPicker.ts",
                  "index": 110
                },
                "region": {
                  "startLine": 162,
                  "startColumn": 54,
                  "endLine": 162,
                  "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/propertyFields/columnPicker/IPropertyFieldColumnPicker.ts",
                  "index": 110
                },
                "region": {
                  "startLine": 162,
                  "startColumn": 69,
                  "endLine": 162,
                  "endColumn": 72
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/columnPicker/IPropertyFieldColumnPickerHost.ts",
                  "index": 111
                },
                "region": {
                  "startLine": 8,
                  "startColumn": 50,
                  "endLine": 8,
                  "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/propertyFields/columnPicker/IPropertyFieldColumnMultiPickerHost.ts",
                  "index": 116
                },
                "region": {
                  "startLine": 9,
                  "startColumn": 52,
                  "endLine": 9,
                  "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/propertyFields/columnPicker/PropertyFieldColumnMultiPickerHost.tsx",
                  "index": 117
                },
                "region": {
                  "startLine": 75,
                  "startColumn": 51,
                  "endLine": 75,
                  "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/propertyFields/columnPicker/PropertyFieldColumnMultiPickerHost.tsx",
                  "index": 117
                },
                "region": {
                  "startLine": 114,
                  "startColumn": 55,
                  "endLine": 114,
                  "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/propertyFields/columnPicker/IPropertyFieldColumnMultiPickerDropdownHost.ts",
                  "index": 118
                },
                "region": {
                  "startLine": 9,
                  "startColumn": 52,
                  "endLine": 9,
                  "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/propertyFields/columnPicker/PropertyFieldColumnMultiPickerDropdownHost.tsx",
                  "index": 119
                },
                "region": {
                  "startLine": 74,
                  "startColumn": 51,
                  "endLine": 74,
                  "endColumn": 54
                }
              }
            }
          ],
          "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/propertyFields/columnPicker/PropertyFieldColumnPicker.ts",
                  "index": 120
                },
                "region": {
                  "startLine": 122,
                  "startColumn": 17,
                  "endLine": 122,
                  "endColumn": 47,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Pair the render and unmount calls to avoid memory leaks."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/columnPicker/PropertyFieldColumnPicker.ts",
                  "index": 120
                },
                "region": {
                  "startLine": 126,
                  "startColumn": 17,
                  "endLine": 126,
                  "endColumn": 47,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Pair the render and unmount calls to avoid memory leaks."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/columnPicker/PropertyFieldColumnPicker.ts",
                  "index": 120
                },
                "region": {
                  "startLine": 133,
                  "startColumn": 13,
                  "endLine": 133,
                  "endColumn": 43,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Pair the render and unmount calls to avoid memory leaks."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/columnPicker/PropertyFieldColumnPicker.ts",
                  "index": 120
                },
                "region": {
                  "startLine": 141,
                  "startColumn": 9,
                  "endLine": 141,
                  "endColumn": 47,
                  "snippet": {
                    "text": "ReactDom.unmountComponentAtNode(_elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/columnPicker/PropertyFieldColumnPicker.ts",
                  "index": 120
                },
                "region": {
                  "startLine": 40,
                  "startColumn": 31,
                  "endLine": 40,
                  "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/propertyFields/columnPicker/PropertyFieldColumnPicker.ts",
                  "index": 120
                },
                "region": {
                  "startLine": 48,
                  "startColumn": 61,
                  "endLine": 48,
                  "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/propertyFields/columnPicker/PropertyFieldColumnPicker.ts",
                  "index": 120
                },
                "region": {
                  "startLine": 48,
                  "startColumn": 76,
                  "endLine": 48,
                  "endColumn": 79,
                  "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/propertyFields/columnPicker/PropertyFieldColumnPicker.ts",
                  "index": 120
                },
                "region": {
                  "startLine": 90,
                  "startColumn": 45,
                  "endLine": 90,
                  "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/propertyFields/columnPicker/PropertyFieldColumnPicker.ts",
                  "index": 120
                },
                "region": {
                  "startLine": 90,
                  "startColumn": 104,
                  "endLine": 90,
                  "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/propertyFields/contentTypePicker/IPropertyFieldContentTypePicker.ts",
                  "index": 124
                },
                "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/propertyFields/contentTypePicker/IPropertyFieldContentTypePicker.ts",
                  "index": 124
                },
                "region": {
                  "startLine": 97,
                  "startColumn": 52,
                  "endLine": 97,
                  "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/propertyFields/contentTypePicker/IPropertyFieldContentTypePicker.ts",
                  "index": 124
                },
                "region": {
                  "startLine": 97,
                  "startColumn": 67,
                  "endLine": 97,
                  "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/propertyFields/contentTypePicker/IPropertyFieldContentTypePicker.ts",
                  "index": 124
                },
                "region": {
                  "startLine": 119,
                  "startColumn": 15,
                  "endLine": 119,
                  "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/propertyFields/contentTypePicker/IPropertyFieldContentTypePicker.ts",
                  "index": 124
                },
                "region": {
                  "startLine": 125,
                  "startColumn": 52,
                  "endLine": 125,
                  "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/propertyFields/contentTypePicker/IPropertyFieldContentTypePicker.ts",
                  "index": 124
                },
                "region": {
                  "startLine": 125,
                  "startColumn": 67,
                  "endLine": 125,
                  "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/propertyFields/contentTypePicker/IPropertyFieldContentTypePickerHost.ts",
                  "index": 125
                },
                "region": {
                  "startLine": 8,
                  "startColumn": 50,
                  "endLine": 8,
                  "endColumn": 53
                }
              }
            }
          ],
          "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/propertyFields/contentTypePicker/PropertyFieldContentTypePicker.ts",
                  "index": 130
                },
                "region": {
                  "startLine": 103,
                  "startColumn": 7,
                  "endLine": 103,
                  "endColumn": 37,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/contentTypePicker/PropertyFieldContentTypePicker.ts",
                  "index": 130
                },
                "region": {
                  "startLine": 31,
                  "startColumn": 29,
                  "endLine": 31,
                  "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/propertyFields/contentTypePicker/PropertyFieldContentTypePicker.ts",
                  "index": 130
                },
                "region": {
                  "startLine": 40,
                  "startColumn": 59,
                  "endLine": 40,
                  "endColumn": 62,
                  "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/propertyFields/contentTypePicker/PropertyFieldContentTypePicker.ts",
                  "index": 130
                },
                "region": {
                  "startLine": 40,
                  "startColumn": 74,
                  "endLine": 40,
                  "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/propertyFields/contentTypePicker/PropertyFieldContentTypePicker.ts",
                  "index": 130
                },
                "region": {
                  "startLine": 77,
                  "startColumn": 43,
                  "endLine": 77,
                  "endColumn": 46,
                  "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/propertyFields/contentTypePicker/PropertyFieldContentTypePicker.ts",
                  "index": 130
                },
                "region": {
                  "startLine": 77,
                  "startColumn": 102,
                  "endLine": 77,
                  "endColumn": 105,
                  "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/propertyFields/dateTimePicker/IPropertyFieldDateTimePicker.ts",
                  "index": 133
                },
                "region": {
                  "startLine": 79,
                  "startColumn": 52,
                  "endLine": 79,
                  "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/propertyFields/dateTimePicker/IPropertyFieldDateTimePicker.ts",
                  "index": 133
                },
                "region": {
                  "startLine": 79,
                  "startColumn": 67,
                  "endLine": 79,
                  "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/propertyFields/dateTimePicker/IPropertyFieldDateTimePicker.ts",
                  "index": 133
                },
                "region": {
                  "startLine": 83,
                  "startColumn": 15,
                  "endLine": 83,
                  "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/propertyFields/dateTimePicker/IPropertyFieldDateTimePickerHost.ts",
                  "index": 134
                },
                "region": {
                  "startLine": 9,
                  "startColumn": 50,
                  "endLine": 9,
                  "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/propertyFields/dateTimePicker/PropertyFieldDateTimePicker.ts",
                  "index": 139
                },
                "region": {
                  "startLine": 29,
                  "startColumn": 62,
                  "endLine": 29,
                  "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/propertyFields/dateTimePicker/PropertyFieldDateTimePicker.ts",
                  "index": 139
                },
                "region": {
                  "startLine": 29,
                  "startColumn": 77,
                  "endLine": 29,
                  "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/propertyFields/dateTimePicker/PropertyFieldDateTimePicker.ts",
                  "index": 139
                },
                "region": {
                  "startLine": 30,
                  "startColumn": 29,
                  "endLine": 30,
                  "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/propertyFields/dateTimePicker/PropertyFieldDateTimePicker.ts",
                  "index": 139
                },
                "region": {
                  "startLine": 85,
                  "startColumn": 43,
                  "endLine": 85,
                  "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/propertyFields/dateTimePicker/PropertyFieldDateTimePicker.ts",
                  "index": 139
                },
                "region": {
                  "startLine": 85,
                  "startColumn": 102,
                  "endLine": 85,
                  "endColumn": 105
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/dropdownWithCallout/PropertyFieldDropdownWithCallout.ts",
                  "index": 145
                },
                "region": {
                  "startLine": 20,
                  "startColumn": 67,
                  "endLine": 20,
                  "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/propertyFields/dropdownWithCallout/PropertyFieldDropdownWithCallout.ts",
                  "index": 145
                },
                "region": {
                  "startLine": 30,
                  "startColumn": 48,
                  "endLine": 30,
                  "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/propertyFields/dropdownWithCallout/PropertyFieldDropdownWithCallout.ts",
                  "index": 145
                },
                "region": {
                  "startLine": 30,
                  "startColumn": 107,
                  "endLine": 30,
                  "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/propertyFields/editableComboBox/IPropertyFieldEditableComboBox.ts",
                  "index": 148
                },
                "region": {
                  "startLine": 65,
                  "startColumn": 53,
                  "endLine": 65,
                  "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/propertyFields/editableComboBox/IPropertyFieldEditableComboBox.ts",
                  "index": 148
                },
                "region": {
                  "startLine": 65,
                  "startColumn": 68,
                  "endLine": 65,
                  "endColumn": 71
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/editableComboBox/IPropertyFieldEditableComboBox.ts",
                  "index": 148
                },
                "region": {
                  "startLine": 86,
                  "startColumn": 14,
                  "endLine": 86,
                  "endColumn": 17
                }
              }
            }
          ],
          "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/propertyFields/editableComboBox/PropertyFieldEditableComboBox.ts",
                  "index": 151
                },
                "region": {
                  "startLine": 60,
                  "startColumn": 5,
                  "endLine": 60,
                  "endColumn": 35,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/termPicker/IPropertyFieldTermPicker.ts",
                  "index": 155
                },
                "region": {
                  "startLine": 108,
                  "startColumn": 52,
                  "endLine": 108,
                  "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/propertyFields/termPicker/IPropertyFieldTermPicker.ts",
                  "index": 155
                },
                "region": {
                  "startLine": 108,
                  "startColumn": 67,
                  "endLine": 108,
                  "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/propertyFields/termPicker/IPropertyFieldTermPicker.ts",
                  "index": 155
                },
                "region": {
                  "startLine": 112,
                  "startColumn": 15,
                  "endLine": 112,
                  "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/propertyFields/termPicker/IPropertyFieldTermPickerHost.ts",
                  "index": 156
                },
                "region": {
                  "startLine": 9,
                  "startColumn": 50,
                  "endLine": 9,
                  "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/services/SPTermStorePickerService.ts",
                  "index": 162
                },
                "region": {
                  "startLine": 42,
                  "startColumn": 64,
                  "endLine": 42,
                  "endColumn": 67
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/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": 162
                },
                "region": {
                  "startLine": 44,
                  "startColumn": 78,
                  "endLine": 44,
                  "endColumn": 81
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/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": 162
                },
                "region": {
                  "startLine": 149,
                  "startColumn": 64,
                  "endLine": 149,
                  "endColumn": 67
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/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": 162
                },
                "region": {
                  "startLine": 151,
                  "startColumn": 74,
                  "endLine": 151,
                  "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/services/SPTermStorePickerService.ts",
                  "index": 162
                },
                "region": {
                  "startLine": 218,
                  "startColumn": 68,
                  "endLine": 218,
                  "endColumn": 71
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/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": 162
                },
                "region": {
                  "startLine": 220,
                  "startColumn": 78,
                  "endLine": 220,
                  "endColumn": 81
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/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": 162
                },
                "region": {
                  "startLine": 310,
                  "startColumn": 66,
                  "endLine": 310,
                  "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/services/SPTermStorePickerService.ts",
                  "index": 162
                },
                "region": {
                  "startLine": 312,
                  "startColumn": 76,
                  "endLine": 312,
                  "endColumn": 79
                }
              }
            }
          ],
          "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/propertyFields/termPicker/PropertyFieldTermPicker.ts",
                  "index": 163
                },
                "region": {
                  "startLine": 129,
                  "startColumn": 5,
                  "endLine": 129,
                  "endColumn": 35,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/termPicker/PropertyFieldTermPicker.ts",
                  "index": 163
                },
                "region": {
                  "startLine": 43,
                  "startColumn": 59,
                  "endLine": 43,
                  "endColumn": 62,
                  "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/propertyFields/termPicker/PropertyFieldTermPicker.ts",
                  "index": 163
                },
                "region": {
                  "startLine": 43,
                  "startColumn": 74,
                  "endLine": 43,
                  "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/propertyFields/termPicker/PropertyFieldTermPicker.ts",
                  "index": 163
                },
                "region": {
                  "startLine": 44,
                  "startColumn": 29,
                  "endLine": 44,
                  "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/propertyFields/termPicker/PropertyFieldTermPicker.ts",
                  "index": 163
                },
                "region": {
                  "startLine": 98,
                  "startColumn": 43,
                  "endLine": 98,
                  "endColumn": 46,
                  "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/propertyFields/termPicker/PropertyFieldTermPicker.ts",
                  "index": 163
                },
                "region": {
                  "startLine": 98,
                  "startColumn": 102,
                  "endLine": 98,
                  "endColumn": 105,
                  "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/IOneDriveService.ts",
                  "index": 168
                },
                "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": 168
                },
                "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/propertyFields/filePicker/IPropertyFieldFilePicker.ts",
                  "index": 171
                },
                "region": {
                  "startLine": 125,
                  "startColumn": 52,
                  "endLine": 125,
                  "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/propertyFields/filePicker/IPropertyFieldFilePicker.ts",
                  "index": 171
                },
                "region": {
                  "startLine": 125,
                  "startColumn": 67,
                  "endLine": 125,
                  "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/propertyFields/filePicker/IPropertyFieldFilePicker.ts",
                  "index": 171
                },
                "region": {
                  "startLine": 129,
                  "startColumn": 15,
                  "endLine": 129,
                  "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/propertyFields/filePicker/IPropertyFieldFilePickerHost.ts",
                  "index": 172
                },
                "region": {
                  "startLine": 6,
                  "startColumn": 49,
                  "endLine": 6,
                  "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/services/FilesSearchService.ts",
                  "index": 176
                },
                "region": {
                  "startLine": 120,
                  "startColumn": 121,
                  "endLine": 120,
                  "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": 176
                },
                "region": {
                  "startLine": 153,
                  "startColumn": 33,
                  "endLine": 153,
                  "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/services/FilesSearchService.ts",
                  "index": 176
                },
                "region": {
                  "startLine": 223,
                  "startColumn": 51,
                  "endLine": 223,
                  "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/FileBrowserService.ts",
                  "index": 188
                },
                "region": {
                  "startLine": 97,
                  "startColumn": 65,
                  "endLine": 97,
                  "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/FileBrowserService.ts",
                  "index": 188
                },
                "region": {
                  "startLine": 135,
                  "startColumn": 19,
                  "endLine": 135,
                  "endColumn": 22
                }
              }
            }
          ],
          "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": 188
                },
                "region": {
                  "startLine": 144,
                  "startColumn": 25,
                  "endLine": 144,
                  "endColumn": 50
                }
              }
            }
          ],
          "ruleId": "dot-notation",
          "ruleIndex": 7,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/services/FileBrowserService.ts",
                  "index": 188
                },
                "region": {
                  "startLine": 147,
                  "startColumn": 19,
                  "endLine": 147,
                  "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": 188
                },
                "region": {
                  "startLine": 164,
                  "startColumn": 61,
                  "endLine": 164,
                  "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": 188
                },
                "region": {
                  "startLine": 265,
                  "startColumn": 40,
                  "endLine": 265,
                  "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": 188
                },
                "region": {
                  "startLine": 291,
                  "startColumn": 38,
                  "endLine": 291,
                  "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": 188
                },
                "region": {
                  "startLine": 310,
                  "startColumn": 46,
                  "endLine": 310,
                  "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/propertyFields/filePicker/filePickerControls/controls/FileBrowser/FileBrowser.tsx",
                  "index": 195
                },
                "region": {
                  "startLine": 399,
                  "startColumn": 25,
                  "endLine": 399,
                  "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/propertyFields/filePicker/filePickerControls/controls/FileBrowser/FileBrowser.tsx",
                  "index": 195
                },
                "region": {
                  "startLine": 401,
                  "startColumn": 26,
                  "endLine": 401,
                  "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/OrgAssetsService.ts",
                  "index": 222
                },
                "region": {
                  "startLine": 103,
                  "startColumn": 138,
                  "endLine": 103,
                  "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/propertyFields/filePicker/filePickerControls/StockImagesTab/StockImages.tsx",
                  "index": 225
                },
                "region": {
                  "startLine": 35,
                  "startColumn": 45,
                  "endLine": 35,
                  "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/propertyFields/filePicker/filePickerControls/StockImagesTab/StockImages.tsx",
                  "index": 225
                },
                "region": {
                  "startLine": 76,
                  "startColumn": 21,
                  "endLine": 76,
                  "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/propertyFields/filePicker/filePickerControls/StockImagesTab/StockImages.tsx",
                  "index": 225
                },
                "region": {
                  "startLine": 76,
                  "startColumn": 59,
                  "endLine": 76,
                  "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/propertyFields/filePicker/filePickerControls/StockImagesTab/StockImages.tsx",
                  "index": 225
                },
                "region": {
                  "startLine": 80,
                  "startColumn": 37,
                  "endLine": 80,
                  "endColumn": 40
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "[\"themePrimary\"] is better written in dot notation."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/filePicker/filePickerControls/StockImagesTab/StockImages.tsx",
                  "index": 225
                },
                "region": {
                  "startLine": 80,
                  "startColumn": 66,
                  "endLine": 80,
                  "endColumn": 80
                }
              }
            }
          ],
          "ruleId": "dot-notation",
          "ruleIndex": 7,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/filePicker/filePickerControls/StockImagesTab/StockImages.tsx",
                  "index": 225
                },
                "region": {
                  "startLine": 81,
                  "startColumn": 34,
                  "endLine": 81,
                  "endColumn": 37
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "[\"primaryText\"] is better written in dot notation."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/filePicker/filePickerControls/StockImagesTab/StockImages.tsx",
                  "index": 225
                },
                "region": {
                  "startLine": 81,
                  "startColumn": 63,
                  "endLine": 81,
                  "endColumn": 76
                }
              }
            }
          ],
          "ruleId": "dot-notation",
          "ruleIndex": 7,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/filePicker/filePickerControls/StockImagesTab/StockImages.tsx",
                  "index": 225
                },
                "region": {
                  "startLine": 82,
                  "startColumn": 42,
                  "endLine": 82,
                  "endColumn": 45
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "[\"bodyBackground\"] is better written in dot notation."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/filePicker/filePickerControls/StockImagesTab/StockImages.tsx",
                  "index": 225
                },
                "region": {
                  "startLine": 82,
                  "startColumn": 71,
                  "endLine": 82,
                  "endColumn": 87
                }
              }
            }
          ],
          "ruleId": "dot-notation",
          "ruleIndex": 7,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/filePicker/filePickerControls/StockImagesTab/StockImages.tsx",
                  "index": 225
                },
                "region": {
                  "startLine": 83,
                  "startColumn": 39,
                  "endLine": 83,
                  "endColumn": 42
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "[\"neutralLighter\"] is better written in dot notation."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/filePicker/filePickerControls/StockImagesTab/StockImages.tsx",
                  "index": 225
                },
                "region": {
                  "startLine": 83,
                  "startColumn": 68,
                  "endLine": 83,
                  "endColumn": 84
                }
              }
            }
          ],
          "ruleId": "dot-notation",
          "ruleIndex": 7,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/filePicker/PropertyFieldFilePicker.ts",
                  "index": 230
                },
                "region": {
                  "startLine": 41,
                  "startColumn": 29,
                  "endLine": 41,
                  "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/propertyFields/filePicker/PropertyFieldFilePicker.ts",
                  "index": 230
                },
                "region": {
                  "startLine": 111,
                  "startColumn": 46,
                  "endLine": 111,
                  "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/propertyFields/filePicker/PropertyFieldFilePicker.ts",
                  "index": 230
                },
                "region": {
                  "startLine": 111,
                  "startColumn": 105,
                  "endLine": 111,
                  "endColumn": 108
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/filePicker/PropertyFieldFilePicker.ts",
                  "index": 230
                },
                "region": {
                  "startLine": 165,
                  "startColumn": 59,
                  "endLine": 165,
                  "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/propertyFields/filePicker/PropertyFieldFilePicker.ts",
                  "index": 230
                },
                "region": {
                  "startLine": 165,
                  "startColumn": 74,
                  "endLine": 165,
                  "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/propertyFields/folderPicker/IPropertyFieldFolderPicker.ts",
                  "index": 234
                },
                "region": {
                  "startLine": 60,
                  "startColumn": 52,
                  "endLine": 60,
                  "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/propertyFields/folderPicker/IPropertyFieldFolderPicker.ts",
                  "index": 234
                },
                "region": {
                  "startLine": 60,
                  "startColumn": 67,
                  "endLine": 60,
                  "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/propertyFields/folderPicker/IPropertyFieldFolderPicker.ts",
                  "index": 234
                },
                "region": {
                  "startLine": 64,
                  "startColumn": 15,
                  "endLine": 64,
                  "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/propertyFields/folderPicker/IPropertyFieldFolderPickerHost.ts",
                  "index": 235
                },
                "region": {
                  "startLine": 6,
                  "startColumn": 49,
                  "endLine": 6,
                  "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/services/FolderExplorerService.ts",
                  "index": 236
                },
                "region": {
                  "startLine": 29,
                  "startColumn": 24,
                  "endLine": 29,
                  "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/propertyFields/folderPicker/PropertyFieldFolderPicker.ts",
                  "index": 247
                },
                "region": {
                  "startLine": 29,
                  "startColumn": 29,
                  "endLine": 29,
                  "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/propertyFields/folderPicker/PropertyFieldFolderPicker.ts",
                  "index": 247
                },
                "region": {
                  "startLine": 40,
                  "startColumn": 62,
                  "endLine": 40,
                  "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/propertyFields/folderPicker/PropertyFieldFolderPicker.ts",
                  "index": 247
                },
                "region": {
                  "startLine": 40,
                  "startColumn": 77,
                  "endLine": 40,
                  "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/propertyFields/folderPicker/PropertyFieldFolderPicker.ts",
                  "index": 247
                },
                "region": {
                  "startLine": 84,
                  "startColumn": 43,
                  "endLine": 84,
                  "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/propertyFields/folderPicker/PropertyFieldFolderPicker.ts",
                  "index": 247
                },
                "region": {
                  "startLine": 84,
                  "startColumn": 102,
                  "endLine": 84,
                  "endColumn": 105
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/propertyFieldGrid/IPropertyFieldGridProps.ts",
                  "index": 252
                },
                "region": {
                  "startLine": 14,
                  "startColumn": 53,
                  "endLine": 14,
                  "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/propertyFields/propertyFieldGrid/IPropertyFieldGridProps.ts",
                  "index": 252
                },
                "region": {
                  "startLine": 14,
                  "startColumn": 68,
                  "endLine": 14,
                  "endColumn": 71
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/propertyFieldGrid/PropertyFieldGrid.ts",
                  "index": 255
                },
                "region": {
                  "startLine": 18,
                  "startColumn": 26,
                  "endLine": 18,
                  "endColumn": 29,
                  "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/propertyFields/propertyFieldGrid/PropertyFieldGrid.ts",
                  "index": 255
                },
                "region": {
                  "startLine": 21,
                  "startColumn": 67,
                  "endLine": 21,
                  "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/propertyFields/propertyFieldGrid/PropertyFieldGrid.ts",
                  "index": 255
                },
                "region": {
                  "startLine": 33,
                  "startColumn": 15,
                  "endLine": 33,
                  "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/propertyFields/propertyFieldGrid/PropertyFieldGrid.ts",
                  "index": 255
                },
                "region": {
                  "startLine": 34,
                  "startColumn": 58,
                  "endLine": 34,
                  "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/propertyFields/guid/IPropertyFieldGuid.ts",
                  "index": 258
                },
                "region": {
                  "startLine": 10,
                  "startColumn": 26,
                  "endLine": 10,
                  "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/propertyFields/guid/IPropertyFieldGuidHost.ts",
                  "index": 259
                },
                "region": {
                  "startLine": 4,
                  "startColumn": 26,
                  "endLine": 4,
                  "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/propertyFields/guid/PropertyFieldGuid.ts",
                  "index": 261
                },
                "region": {
                  "startLine": 17,
                  "startColumn": 67,
                  "endLine": 17,
                  "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/propertyFields/guid/PropertyFieldGuid.ts",
                  "index": 261
                },
                "region": {
                  "startLine": 27,
                  "startColumn": 48,
                  "endLine": 27,
                  "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/propertyFields/guid/PropertyFieldGuid.ts",
                  "index": 261
                },
                "region": {
                  "startLine": 27,
                  "startColumn": 107,
                  "endLine": 27,
                  "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/propertyFields/iconPicker/IPropertyFieldIconPicker.ts",
                  "index": 266
                },
                "region": {
                  "startLine": 45,
                  "startColumn": 54,
                  "endLine": 45,
                  "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/propertyFields/iconPicker/IPropertyFieldIconPicker.ts",
                  "index": 266
                },
                "region": {
                  "startLine": 45,
                  "startColumn": 69,
                  "endLine": 45,
                  "endColumn": 72
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/iconPicker/IPropertyFieldIconPicker.ts",
                  "index": 266
                },
                "region": {
                  "startLine": 49,
                  "startColumn": 17,
                  "endLine": 49,
                  "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/propertyFields/iconPicker/IPropertyFieldIconPickerHost.ts",
                  "index": 267
                },
                "region": {
                  "startLine": 4,
                  "startColumn": 50,
                  "endLine": 4,
                  "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/propertyFields/iconPicker/PropertyFieldIconPicker.ts",
                  "index": 269
                },
                "region": {
                  "startLine": 17,
                  "startColumn": 29,
                  "endLine": 17,
                  "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/propertyFields/iconPicker/PropertyFieldIconPicker.ts",
                  "index": 269
                },
                "region": {
                  "startLine": 51,
                  "startColumn": 48,
                  "endLine": 51,
                  "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/propertyFields/iconPicker/PropertyFieldIconPicker.ts",
                  "index": 269
                },
                "region": {
                  "startLine": 51,
                  "startColumn": 107,
                  "endLine": 51,
                  "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/propertyFields/iconPicker/PropertyFieldIconPicker.ts",
                  "index": 269
                },
                "region": {
                  "startLine": 79,
                  "startColumn": 59,
                  "endLine": 79,
                  "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/propertyFields/iconPicker/PropertyFieldIconPicker.ts",
                  "index": 269
                },
                "region": {
                  "startLine": 79,
                  "startColumn": 74,
                  "endLine": 79,
                  "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/propertyFields/labelWithCallout/PropertyFieldLabelWithCallout.ts",
                  "index": 275
                },
                "region": {
                  "startLine": 29,
                  "startColumn": 50,
                  "endLine": 29,
                  "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/propertyFields/labelWithCallout/PropertyFieldLabelWithCallout.ts",
                  "index": 275
                },
                "region": {
                  "startLine": 29,
                  "startColumn": 109,
                  "endLine": 29,
                  "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/propertyFields/linkWithCallout/PropertyFieldLinkWithCallout.ts",
                  "index": 281
                },
                "region": {
                  "startLine": 30,
                  "startColumn": 50,
                  "endLine": 30,
                  "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/propertyFields/linkWithCallout/PropertyFieldLinkWithCallout.ts",
                  "index": 281
                },
                "region": {
                  "startLine": 30,
                  "startColumn": 109,
                  "endLine": 30,
                  "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/propertyFields/listPicker/IPropertyFieldListPicker.ts",
                  "index": 284
                },
                "region": {
                  "startLine": 85,
                  "startColumn": 52,
                  "endLine": 85,
                  "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/propertyFields/listPicker/IPropertyFieldListPicker.ts",
                  "index": 284
                },
                "region": {
                  "startLine": 85,
                  "startColumn": 67,
                  "endLine": 85,
                  "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/propertyFields/listPicker/IPropertyFieldListPicker.ts",
                  "index": 284
                },
                "region": {
                  "startLine": 89,
                  "startColumn": 15,
                  "endLine": 89,
                  "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/propertyFields/listPicker/IPropertyFieldListPicker.ts",
                  "index": 284
                },
                "region": {
                  "startLine": 158,
                  "startColumn": 52,
                  "endLine": 158,
                  "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/propertyFields/listPicker/IPropertyFieldListPicker.ts",
                  "index": 284
                },
                "region": {
                  "startLine": 158,
                  "startColumn": 67,
                  "endLine": 158,
                  "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/propertyFields/listPicker/IPropertyFieldListPicker.ts",
                  "index": 284
                },
                "region": {
                  "startLine": 159,
                  "startColumn": 15,
                  "endLine": 159,
                  "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/propertyFields/listPicker/IPropertyFieldListPickerHost.ts",
                  "index": 285
                },
                "region": {
                  "startLine": 9,
                  "startColumn": 50,
                  "endLine": 9,
                  "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/propertyFields/listPicker/IPropertyFieldListMultiPickerHost.ts",
                  "index": 288
                },
                "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/propertyFields/listPicker/PropertyFieldListMultiPickerHost.tsx",
                  "index": 289
                },
                "region": {
                  "startLine": 125,
                  "startColumn": 55,
                  "endLine": 125,
                  "endColumn": 58
                }
              }
            }
          ],
          "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/propertyFields/listPicker/PropertyFieldListPicker.ts",
                  "index": 290
                },
                "region": {
                  "startLine": 129,
                  "startColumn": 7,
                  "endLine": 129,
                  "endColumn": 37,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Pair the render and unmount calls to avoid memory leaks."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/listPicker/PropertyFieldListPicker.ts",
                  "index": 290
                },
                "region": {
                  "startLine": 135,
                  "startColumn": 7,
                  "endLine": 135,
                  "endColumn": 37,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Pair the render and unmount calls to avoid memory leaks."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/listPicker/PropertyFieldListPicker.ts",
                  "index": 290
                },
                "region": {
                  "startLine": 143,
                  "startColumn": 5,
                  "endLine": 143,
                  "endColumn": 42,
                  "snippet": {
                    "text": "ReactDom.unmountComponentAtNode(elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/listPicker/PropertyFieldListPicker.ts",
                  "index": 290
                },
                "region": {
                  "startLine": 40,
                  "startColumn": 59,
                  "endLine": 40,
                  "endColumn": 62,
                  "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/propertyFields/listPicker/PropertyFieldListPicker.ts",
                  "index": 290
                },
                "region": {
                  "startLine": 40,
                  "startColumn": 74,
                  "endLine": 40,
                  "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/propertyFields/listPicker/PropertyFieldListPicker.ts",
                  "index": 290
                },
                "region": {
                  "startLine": 41,
                  "startColumn": 29,
                  "endLine": 41,
                  "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/propertyFields/listPicker/PropertyFieldListPicker.ts",
                  "index": 290
                },
                "region": {
                  "startLine": 93,
                  "startColumn": 43,
                  "endLine": 93,
                  "endColumn": 46,
                  "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/propertyFields/listPicker/PropertyFieldListPicker.ts",
                  "index": 290
                },
                "region": {
                  "startLine": 93,
                  "startColumn": 102,
                  "endLine": 93,
                  "endColumn": 105,
                  "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/propertyFields/message/PropertyFieldMessage.ts",
                  "index": 296
                },
                "region": {
                  "startLine": 17,
                  "startColumn": 67,
                  "endLine": 17,
                  "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/propertyFields/message/PropertyFieldMessage.ts",
                  "index": 296
                },
                "region": {
                  "startLine": 27,
                  "startColumn": 48,
                  "endLine": 27,
                  "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/propertyFields/message/PropertyFieldMessage.ts",
                  "index": 296
                },
                "region": {
                  "startLine": 27,
                  "startColumn": 107,
                  "endLine": 27,
                  "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/propertyFields/multiSelect/PropertyFieldMultiSelect.ts",
                  "index": 303
                },
                "region": {
                  "startLine": 21,
                  "startColumn": 67,
                  "endLine": 21,
                  "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/propertyFields/multiSelect/PropertyFieldMultiSelect.ts",
                  "index": 303
                },
                "region": {
                  "startLine": 31,
                  "startColumn": 48,
                  "endLine": 31,
                  "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/propertyFields/multiSelect/PropertyFieldMultiSelect.ts",
                  "index": 303
                },
                "region": {
                  "startLine": 31,
                  "startColumn": 107,
                  "endLine": 31,
                  "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/propertyFields/number/IPropertyFieldNumberHost.ts",
                  "index": 307
                },
                "region": {
                  "startLine": 10,
                  "startColumn": 26,
                  "endLine": 10,
                  "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/propertyFields/number/PropertyFieldNumber.ts",
                  "index": 309
                },
                "region": {
                  "startLine": 18,
                  "startColumn": 67,
                  "endLine": 18,
                  "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/propertyFields/number/PropertyFieldNumber.ts",
                  "index": 309
                },
                "region": {
                  "startLine": 28,
                  "startColumn": 48,
                  "endLine": 28,
                  "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/propertyFields/number/PropertyFieldNumber.ts",
                  "index": 309
                },
                "region": {
                  "startLine": 28,
                  "startColumn": 107,
                  "endLine": 28,
                  "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/propertyFields/order/IPropertyFieldOrder.ts",
                  "index": 312
                },
                "region": {
                  "startLine": 18,
                  "startColumn": 51,
                  "endLine": 18,
                  "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/propertyFields/order/IPropertyFieldOrder.ts",
                  "index": 312
                },
                "region": {
                  "startLine": 18,
                  "startColumn": 66,
                  "endLine": 18,
                  "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/propertyFields/order/IPropertyFieldOrder.ts",
                  "index": 312
                },
                "region": {
                  "startLine": 23,
                  "startColumn": 15,
                  "endLine": 23,
                  "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/propertyFields/order/IPropertyFieldOrder.ts",
                  "index": 312
                },
                "region": {
                  "startLine": 53,
                  "startColumn": 24,
                  "endLine": 53,
                  "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/propertyFields/order/IPropertyFieldOrder.ts",
                  "index": 312
                },
                "region": {
                  "startLine": 63,
                  "startColumn": 14,
                  "endLine": 63,
                  "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/propertyFields/order/IPropertyFieldOrderHost.ts",
                  "index": 313
                },
                "region": {
                  "startLine": 7,
                  "startColumn": 15,
                  "endLine": 7,
                  "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/propertyFields/order/IPropertyFieldOrderHost.ts",
                  "index": 313
                },
                "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/propertyFields/order/IPropertyFieldOrderHost.ts",
                  "index": 313
                },
                "region": {
                  "startLine": 15,
                  "startColumn": 24,
                  "endLine": 15,
                  "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/propertyFields/order/IPropertyFieldOrderHost.ts",
                  "index": 313
                },
                "region": {
                  "startLine": 22,
                  "startColumn": 15,
                  "endLine": 22,
                  "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/propertyFields/order/PropertyFieldOrderHost.tsx",
                  "index": 314
                },
                "region": {
                  "startLine": 24,
                  "startColumn": 25,
                  "endLine": 24,
                  "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/propertyFields/order/PropertyFieldOrderHost.tsx",
                  "index": 314
                },
                "region": {
                  "startLine": 28,
                  "startColumn": 26,
                  "endLine": 28,
                  "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/propertyFields/order/PropertyFieldOrderHost.tsx",
                  "index": 314
                },
                "region": {
                  "startLine": 48,
                  "startColumn": 30,
                  "endLine": 48,
                  "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/propertyFields/order/PropertyFieldOrderHost.tsx",
                  "index": 314
                },
                "region": {
                  "startLine": 73,
                  "startColumn": 31,
                  "endLine": 73,
                  "endColumn": 34
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/order/PropertyFieldOrderHost.tsx",
                  "index": 314
                },
                "region": {
                  "startLine": 106,
                  "startColumn": 28,
                  "endLine": 106,
                  "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/propertyFields/order/PropertyFieldOrderHost.tsx",
                  "index": 314
                },
                "region": {
                  "startLine": 118,
                  "startColumn": 36,
                  "endLine": 118,
                  "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/propertyFields/order/PropertyFieldOrderHost.tsx",
                  "index": 314
                },
                "region": {
                  "startLine": 234,
                  "startColumn": 30,
                  "endLine": 234,
                  "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/propertyFields/order/PropertyFieldOrderHost.tsx",
                  "index": 314
                },
                "region": {
                  "startLine": 238,
                  "startColumn": 29,
                  "endLine": 238,
                  "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/propertyFields/order/PropertyFieldOrderHost.tsx",
                  "index": 314
                },
                "region": {
                  "startLine": 277,
                  "startColumn": 31,
                  "endLine": 277,
                  "endColumn": 34
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/order/PropertyFieldOrderHost.tsx",
                  "index": 314
                },
                "region": {
                  "startLine": 297,
                  "startColumn": 18,
                  "endLine": 297,
                  "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/propertyFields/order/PropertyFieldOrderHost.tsx",
                  "index": 314
                },
                "region": {
                  "startLine": 303,
                  "startColumn": 37,
                  "endLine": 303,
                  "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/propertyFields/order/PropertyFieldOrderHost.tsx",
                  "index": 314
                },
                "region": {
                  "startLine": 335,
                  "startColumn": 26,
                  "endLine": 335,
                  "endColumn": 29
                }
              }
            }
          ],
          "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/propertyFields/order/PropertyFieldOrder.ts",
                  "index": 315
                },
                "region": {
                  "startLine": 68,
                  "startColumn": 3,
                  "endLine": 68,
                  "endColumn": 33,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/order/PropertyFieldOrder.ts",
                  "index": 315
                },
                "region": {
                  "startLine": 17,
                  "startColumn": 23,
                  "endLine": 17,
                  "endColumn": 26,
                  "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/propertyFields/order/PropertyFieldOrder.ts",
                  "index": 315
                },
                "region": {
                  "startLine": 18,
                  "startColumn": 58,
                  "endLine": 18,
                  "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/propertyFields/order/PropertyFieldOrder.ts",
                  "index": 315
                },
                "region": {
                  "startLine": 49,
                  "startColumn": 44,
                  "endLine": 49,
                  "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/propertyFields/order/PropertyFieldOrder.ts",
                  "index": 315
                },
                "region": {
                  "startLine": 49,
                  "startColumn": 103,
                  "endLine": 49,
                  "endColumn": 106,
                  "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/propertyFields/order/PropertyFieldOrder.ts",
                  "index": 315
                },
                "region": {
                  "startLine": 71,
                  "startColumn": 41,
                  "endLine": 71,
                  "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/propertyFields/password/IPropertyFieldPassword.ts",
                  "index": 318
                },
                "region": {
                  "startLine": 9,
                  "startColumn": 26,
                  "endLine": 9,
                  "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/propertyFields/password/IPropertyFieldPasswordHost.ts",
                  "index": 319
                },
                "region": {
                  "startLine": 4,
                  "startColumn": 26,
                  "endLine": 4,
                  "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/propertyFields/password/PropertyFieldPassword.ts",
                  "index": 321
                },
                "region": {
                  "startLine": 17,
                  "startColumn": 67,
                  "endLine": 17,
                  "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/propertyFields/password/PropertyFieldPassword.ts",
                  "index": 321
                },
                "region": {
                  "startLine": 27,
                  "startColumn": 48,
                  "endLine": 27,
                  "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/propertyFields/password/PropertyFieldPassword.ts",
                  "index": 321
                },
                "region": {
                  "startLine": 27,
                  "startColumn": 107,
                  "endLine": 27,
                  "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/propertyFields/peoplePicker/IPropertyFieldPeoplePicker.ts",
                  "index": 324
                },
                "region": {
                  "startLine": 104,
                  "startColumn": 52,
                  "endLine": 104,
                  "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/propertyFields/peoplePicker/IPropertyFieldPeoplePicker.ts",
                  "index": 324
                },
                "region": {
                  "startLine": 104,
                  "startColumn": 67,
                  "endLine": 104,
                  "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/propertyFields/peoplePicker/IPropertyFieldPeoplePicker.ts",
                  "index": 324
                },
                "region": {
                  "startLine": 108,
                  "startColumn": 15,
                  "endLine": 108,
                  "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/propertyFields/peoplePicker/IPropertyFieldPeoplePickerHost.ts",
                  "index": 325
                },
                "region": {
                  "startLine": 8,
                  "startColumn": 50,
                  "endLine": 8,
                  "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/services/SPPeopleSearchService.ts",
                  "index": 327
                },
                "region": {
                  "startLine": 41,
                  "startColumn": 57,
                  "endLine": 41,
                  "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/services/SPPeopleSearchService.ts",
                  "index": 327
                },
                "region": {
                  "startLine": 43,
                  "startColumn": 21,
                  "endLine": 43,
                  "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/services/SPPeopleSearchService.ts",
                  "index": 327
                },
                "region": {
                  "startLine": 46,
                  "startColumn": 36,
                  "endLine": 46,
                  "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/services/SPPeopleSearchService.ts",
                  "index": 327
                },
                "region": {
                  "startLine": 48,
                  "startColumn": 36,
                  "endLine": 48,
                  "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/services/SPPeopleSearchService.ts",
                  "index": 327
                },
                "region": {
                  "startLine": 49,
                  "startColumn": 36,
                  "endLine": 49,
                  "endColumn": 39
                }
              }
            }
          ],
          "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/propertyFields/peoplePicker/PropertyFieldPeoplePicker.ts",
                  "index": 329
                },
                "region": {
                  "startLine": 111,
                  "startColumn": 5,
                  "endLine": 111,
                  "endColumn": 35,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/peoplePicker/PropertyFieldPeoplePicker.ts",
                  "index": 329
                },
                "region": {
                  "startLine": 39,
                  "startColumn": 62,
                  "endLine": 39,
                  "endColumn": 65,
                  "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/propertyFields/peoplePicker/PropertyFieldPeoplePicker.ts",
                  "index": 329
                },
                "region": {
                  "startLine": 39,
                  "startColumn": 77,
                  "endLine": 39,
                  "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/propertyFields/peoplePicker/PropertyFieldPeoplePicker.ts",
                  "index": 329
                },
                "region": {
                  "startLine": 40,
                  "startColumn": 29,
                  "endLine": 40,
                  "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/propertyFields/peoplePicker/PropertyFieldPeoplePicker.ts",
                  "index": 329
                },
                "region": {
                  "startLine": 87,
                  "startColumn": 43,
                  "endLine": 87,
                  "endColumn": 46,
                  "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/propertyFields/peoplePicker/PropertyFieldPeoplePicker.ts",
                  "index": 329
                },
                "region": {
                  "startLine": 87,
                  "startColumn": 102,
                  "endLine": 87,
                  "endColumn": 105,
                  "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/propertyFields/roleDefinitionPicker/IPropertyFieldRoleDefinitionPicker.ts",
                  "index": 334
                },
                "region": {
                  "startLine": 41,
                  "startColumn": 15,
                  "endLine": 41,
                  "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/propertyFields/roleDefinitionPicker/IPropertyFieldRoleDefinitionPicker.ts",
                  "index": 334
                },
                "region": {
                  "startLine": 76,
                  "startColumn": 52,
                  "endLine": 76,
                  "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/propertyFields/roleDefinitionPicker/IPropertyFieldRoleDefinitionPicker.ts",
                  "index": 334
                },
                "region": {
                  "startLine": 76,
                  "startColumn": 67,
                  "endLine": 76,
                  "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/propertyFields/roleDefinitionPicker/IPropertyFieldRoleDefinitionPicker.ts",
                  "index": 334
                },
                "region": {
                  "startLine": 94,
                  "startColumn": 15,
                  "endLine": 94,
                  "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/propertyFields/roleDefinitionPicker/IPropertyFieldRoleDefinitionPicker.ts",
                  "index": 334
                },
                "region": {
                  "startLine": 102,
                  "startColumn": 52,
                  "endLine": 102,
                  "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/propertyFields/roleDefinitionPicker/IPropertyFieldRoleDefinitionPicker.ts",
                  "index": 334
                },
                "region": {
                  "startLine": 102,
                  "startColumn": 67,
                  "endLine": 102,
                  "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/propertyFields/roleDefinitionPicker/IPropertyFieldRoleDefinitionPickerHost.ts",
                  "index": 335
                },
                "region": {
                  "startLine": 9,
                  "startColumn": 50,
                  "endLine": 9,
                  "endColumn": 53
                }
              }
            }
          ],
          "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/propertyFields/roleDefinitionPicker/PropertyFieldRoleDefinitionPicker.ts",
                  "index": 339
                },
                "region": {
                  "startLine": 95,
                  "startColumn": 7,
                  "endLine": 95,
                  "endColumn": 37,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/roleDefinitionPicker/PropertyFieldRoleDefinitionPicker.ts",
                  "index": 339
                },
                "region": {
                  "startLine": 29,
                  "startColumn": 29,
                  "endLine": 29,
                  "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/propertyFields/roleDefinitionPicker/PropertyFieldRoleDefinitionPicker.ts",
                  "index": 339
                },
                "region": {
                  "startLine": 37,
                  "startColumn": 62,
                  "endLine": 37,
                  "endColumn": 65,
                  "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/propertyFields/roleDefinitionPicker/PropertyFieldRoleDefinitionPicker.ts",
                  "index": 339
                },
                "region": {
                  "startLine": 37,
                  "startColumn": 77,
                  "endLine": 37,
                  "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/propertyFields/roleDefinitionPicker/PropertyFieldRoleDefinitionPicker.ts",
                  "index": 339
                },
                "region": {
                  "startLine": 72,
                  "startColumn": 43,
                  "endLine": 72,
                  "endColumn": 46,
                  "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/propertyFields/roleDefinitionPicker/PropertyFieldRoleDefinitionPicker.ts",
                  "index": 339
                },
                "region": {
                  "startLine": 72,
                  "startColumn": 102,
                  "endLine": 72,
                  "endColumn": 105,
                  "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/propertyFields/search/IPropertyFieldSearch.ts",
                  "index": 342
                },
                "region": {
                  "startLine": 13,
                  "startColumn": 25,
                  "endLine": 13,
                  "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/propertyFields/search/IPropertyFieldSearch.ts",
                  "index": 342
                },
                "region": {
                  "startLine": 14,
                  "startColumn": 25,
                  "endLine": 14,
                  "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/propertyFields/search/IPropertyFieldSearch.ts",
                  "index": 342
                },
                "region": {
                  "startLine": 15,
                  "startColumn": 19,
                  "endLine": 15,
                  "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/propertyFields/search/IPropertyFieldSearch.ts",
                  "index": 342
                },
                "region": {
                  "startLine": 16,
                  "startColumn": 20,
                  "endLine": 16,
                  "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/propertyFields/search/IPropertyFieldSearchHost.ts",
                  "index": 343
                },
                "region": {
                  "startLine": 10,
                  "startColumn": 25,
                  "endLine": 10,
                  "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/propertyFields/search/IPropertyFieldSearchHost.ts",
                  "index": 343
                },
                "region": {
                  "startLine": 11,
                  "startColumn": 25,
                  "endLine": 11,
                  "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/propertyFields/search/IPropertyFieldSearchHost.ts",
                  "index": 343
                },
                "region": {
                  "startLine": 12,
                  "startColumn": 19,
                  "endLine": 12,
                  "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/propertyFields/search/IPropertyFieldSearchHost.ts",
                  "index": 343
                },
                "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/propertyFields/search/PropertyFieldSearch.ts",
                  "index": 345
                },
                "region": {
                  "startLine": 17,
                  "startColumn": 67,
                  "endLine": 17,
                  "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/propertyFields/search/PropertyFieldSearch.ts",
                  "index": 345
                },
                "region": {
                  "startLine": 27,
                  "startColumn": 48,
                  "endLine": 27,
                  "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/propertyFields/search/PropertyFieldSearch.ts",
                  "index": 345
                },
                "region": {
                  "startLine": 27,
                  "startColumn": 107,
                  "endLine": 27,
                  "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/propertyFields/sitePicker/IPropertyFieldSitePicker.ts",
                  "index": 348
                },
                "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/propertyFields/sitePicker/IPropertyFieldSitePicker.ts",
                  "index": 348
                },
                "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/propertyFields/sitePicker/IPropertyFieldSitePicker.ts",
                  "index": 348
                },
                "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/propertyFields/sitePicker/IPropertyFieldSitePickerHost.ts",
                  "index": 349
                },
                "region": {
                  "startLine": 7,
                  "startColumn": 50,
                  "endLine": 7,
                  "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/services/SPSiteSearchService.ts",
                  "index": 351
                },
                "region": {
                  "startLine": 28,
                  "startColumn": 19,
                  "endLine": 28,
                  "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/SPSiteSearchService.ts",
                  "index": 351
                },
                "region": {
                  "startLine": 68,
                  "startColumn": 36,
                  "endLine": 68,
                  "endColumn": 39
                }
              }
            }
          ],
          "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/propertyFields/sitePicker/PropertyFieldSitePicker.ts",
                  "index": 355
                },
                "region": {
                  "startLine": 94,
                  "startColumn": 5,
                  "endLine": 94,
                  "endColumn": 35,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/sitePicker/PropertyFieldSitePicker.ts",
                  "index": 355
                },
                "region": {
                  "startLine": 29,
                  "startColumn": 62,
                  "endLine": 29,
                  "endColumn": 65,
                  "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/propertyFields/sitePicker/PropertyFieldSitePicker.ts",
                  "index": 355
                },
                "region": {
                  "startLine": 29,
                  "startColumn": 77,
                  "endLine": 29,
                  "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/propertyFields/sitePicker/PropertyFieldSitePicker.ts",
                  "index": 355
                },
                "region": {
                  "startLine": 30,
                  "startColumn": 29,
                  "endLine": 30,
                  "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/propertyFields/sitePicker/PropertyFieldSitePicker.ts",
                  "index": 355
                },
                "region": {
                  "startLine": 72,
                  "startColumn": 43,
                  "endLine": 72,
                  "endColumn": 46,
                  "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/propertyFields/sitePicker/PropertyFieldSitePicker.ts",
                  "index": 355
                },
                "region": {
                  "startLine": 72,
                  "startColumn": 102,
                  "endLine": 72,
                  "endColumn": 105,
                  "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/propertyFields/sliderWithCallout/PropertyFieldSliderWithCallout.ts",
                  "index": 361
                },
                "region": {
                  "startLine": 18,
                  "startColumn": 67,
                  "endLine": 18,
                  "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/propertyFields/sliderWithCallout/PropertyFieldSliderWithCallout.ts",
                  "index": 361
                },
                "region": {
                  "startLine": 30,
                  "startColumn": 48,
                  "endLine": 30,
                  "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/propertyFields/sliderWithCallout/PropertyFieldSliderWithCallout.ts",
                  "index": 361
                },
                "region": {
                  "startLine": 30,
                  "startColumn": 107,
                  "endLine": 30,
                  "endColumn": 110,
                  "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/propertyFields/spinButton/IPropertyFieldSpinButton.ts",
                  "index": 364
                },
                "region": {
                  "startLine": 18,
                  "startColumn": 51,
                  "endLine": 18,
                  "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/propertyFields/spinButton/IPropertyFieldSpinButton.ts",
                  "index": 364
                },
                "region": {
                  "startLine": 18,
                  "startColumn": 66,
                  "endLine": 18,
                  "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/propertyFields/spinButton/IPropertyFieldSpinButton.ts",
                  "index": 364
                },
                "region": {
                  "startLine": 53,
                  "startColumn": 14,
                  "endLine": 53,
                  "endColumn": 17
                }
              }
            }
          ],
          "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/propertyFields/spinButton/PropertyFieldSpinButton.ts",
                  "index": 367
                },
                "region": {
                  "startLine": 69,
                  "startColumn": 3,
                  "endLine": 69,
                  "endColumn": 33,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/spinButton/PropertyFieldSpinButton.ts",
                  "index": 367
                },
                "region": {
                  "startLine": 23,
                  "startColumn": 58,
                  "endLine": 23,
                  "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/propertyFields/spinButton/PropertyFieldSpinButton.ts",
                  "index": 367
                },
                "region": {
                  "startLine": 53,
                  "startColumn": 44,
                  "endLine": 53,
                  "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/propertyFields/spinButton/PropertyFieldSpinButton.ts",
                  "index": 367
                },
                "region": {
                  "startLine": 53,
                  "startColumn": 103,
                  "endLine": 53,
                  "endColumn": 106,
                  "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/propertyFields/spinner/PropertyFieldSpinner.ts",
                  "index": 373
                },
                "region": {
                  "startLine": 17,
                  "startColumn": 67,
                  "endLine": 17,
                  "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/propertyFields/spinner/PropertyFieldSpinner.ts",
                  "index": 373
                },
                "region": {
                  "startLine": 27,
                  "startColumn": 48,
                  "endLine": 27,
                  "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/propertyFields/spinner/PropertyFieldSpinner.ts",
                  "index": 373
                },
                "region": {
                  "startLine": 27,
                  "startColumn": 107,
                  "endLine": 27,
                  "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/propertyFields/swatchColorPicker/IPropertyFieldSwatchColorPicker.ts",
                  "index": 376
                },
                "region": {
                  "startLine": 32,
                  "startColumn": 51,
                  "endLine": 32,
                  "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/propertyFields/swatchColorPicker/IPropertyFieldSwatchColorPicker.ts",
                  "index": 376
                },
                "region": {
                  "startLine": 32,
                  "startColumn": 66,
                  "endLine": 32,
                  "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/propertyFields/swatchColorPicker/IPropertyFieldSwatchColorPicker.ts",
                  "index": 376
                },
                "region": {
                  "startLine": 67,
                  "startColumn": 14,
                  "endLine": 67,
                  "endColumn": 17
                }
              }
            }
          ],
          "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/propertyFields/swatchColorPicker/PropertyFieldSwatchColorPicker.ts",
                  "index": 379
                },
                "region": {
                  "startLine": 81,
                  "startColumn": 3,
                  "endLine": 81,
                  "endColumn": 33,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/swatchColorPicker/PropertyFieldSwatchColorPicker.ts",
                  "index": 379
                },
                "region": {
                  "startLine": 24,
                  "startColumn": 58,
                  "endLine": 24,
                  "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/propertyFields/swatchColorPicker/PropertyFieldSwatchColorPicker.ts",
                  "index": 379
                },
                "region": {
                  "startLine": 64,
                  "startColumn": 44,
                  "endLine": 64,
                  "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/propertyFields/swatchColorPicker/PropertyFieldSwatchColorPicker.ts",
                  "index": 379
                },
                "region": {
                  "startLine": 64,
                  "startColumn": 103,
                  "endLine": 64,
                  "endColumn": 106,
                  "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/propertyFields/teamPicker/IPropertyFieldTeamPicker.ts",
                  "index": 382
                },
                "region": {
                  "startLine": 48,
                  "startColumn": 52,
                  "endLine": 48,
                  "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/propertyFields/teamPicker/IPropertyFieldTeamPicker.ts",
                  "index": 382
                },
                "region": {
                  "startLine": 48,
                  "startColumn": 67,
                  "endLine": 48,
                  "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/propertyFields/teamPicker/IPropertyFieldTeamPicker.ts",
                  "index": 382
                },
                "region": {
                  "startLine": 52,
                  "startColumn": 15,
                  "endLine": 52,
                  "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/propertyFields/teamPicker/IPropertyFieldTeamPickerHost.ts",
                  "index": 383
                },
                "region": {
                  "startLine": 7,
                  "startColumn": 50,
                  "endLine": 7,
                  "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/helpers/GraphHelper.ts",
                  "index": 384
                },
                "region": {
                  "startLine": 15,
                  "startColumn": 9,
                  "endLine": 15,
                  "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/services/TeamsSearchService.ts",
                  "index": 386
                },
                "region": {
                  "startLine": 19,
                  "startColumn": 31,
                  "endLine": 19,
                  "endColumn": 34
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/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/TeamsSearchService.ts",
                  "index": 386
                },
                "region": {
                  "startLine": 24,
                  "startColumn": 24,
                  "endLine": 24,
                  "endColumn": 27
                }
              }
            }
          ],
          "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/propertyFields/teamPicker/PropertyFieldTeamPicker.ts",
                  "index": 390
                },
                "region": {
                  "startLine": 88,
                  "startColumn": 5,
                  "endLine": 88,
                  "endColumn": 35,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/teamPicker/PropertyFieldTeamPicker.ts",
                  "index": 390
                },
                "region": {
                  "startLine": 29,
                  "startColumn": 62,
                  "endLine": 29,
                  "endColumn": 65,
                  "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/propertyFields/teamPicker/PropertyFieldTeamPicker.ts",
                  "index": 390
                },
                "region": {
                  "startLine": 29,
                  "startColumn": 77,
                  "endLine": 29,
                  "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/propertyFields/teamPicker/PropertyFieldTeamPicker.ts",
                  "index": 390
                },
                "region": {
                  "startLine": 30,
                  "startColumn": 29,
                  "endLine": 30,
                  "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/propertyFields/teamPicker/PropertyFieldTeamPicker.ts",
                  "index": 390
                },
                "region": {
                  "startLine": 68,
                  "startColumn": 43,
                  "endLine": 68,
                  "endColumn": 46,
                  "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/propertyFields/teamPicker/PropertyFieldTeamPicker.ts",
                  "index": 390
                },
                "region": {
                  "startLine": 68,
                  "startColumn": 102,
                  "endLine": 68,
                  "endColumn": 105,
                  "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/propertyFields/textWithCallout/IPropertyFieldTextWithCallout.ts",
                  "index": 395
                },
                "region": {
                  "startLine": 10,
                  "startColumn": 32,
                  "endLine": 10,
                  "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/propertyFields/textWithCallout/IPropertyFieldTextWithCallout.ts",
                  "index": 395
                },
                "region": {
                  "startLine": 18,
                  "startColumn": 28,
                  "endLine": 18,
                  "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/propertyFields/textWithCallout/IPropertyFieldTextWithCalloutHost.ts",
                  "index": 396
                },
                "region": {
                  "startLine": 8,
                  "startColumn": 26,
                  "endLine": 8,
                  "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/propertyFields/textWithCallout/PropertyFieldTextWithCallout.ts",
                  "index": 398
                },
                "region": {
                  "startLine": 19,
                  "startColumn": 69,
                  "endLine": 19,
                  "endColumn": 72
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/textWithCallout/PropertyFieldTextWithCallout.ts",
                  "index": 398
                },
                "region": {
                  "startLine": 30,
                  "startColumn": 50,
                  "endLine": 30,
                  "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/propertyFields/textWithCallout/PropertyFieldTextWithCallout.ts",
                  "index": 398
                },
                "region": {
                  "startLine": 30,
                  "startColumn": 109,
                  "endLine": 30,
                  "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/propertyFields/toggleWithCallout/PropertyFieldToggleWithCallout.ts",
                  "index": 404
                },
                "region": {
                  "startLine": 17,
                  "startColumn": 69,
                  "endLine": 17,
                  "endColumn": 72
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": [
            {
              "kind": "inSource",
              "justification": ""
            }
          ]
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/toggleWithCallout/PropertyFieldToggleWithCallout.ts",
                  "index": 404
                },
                "region": {
                  "startLine": 27,
                  "startColumn": 50,
                  "endLine": 27,
                  "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/propertyFields/toggleWithCallout/PropertyFieldToggleWithCallout.ts",
                  "index": 404
                },
                "region": {
                  "startLine": 27,
                  "startColumn": 109,
                  "endLine": 27,
                  "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/propertyFields/viewPicker/IPropertyFieldViewPicker.ts",
                  "index": 408
                },
                "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/propertyFields/viewPicker/IPropertyFieldViewPicker.ts",
                  "index": 408
                },
                "region": {
                  "startLine": 97,
                  "startColumn": 52,
                  "endLine": 97,
                  "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/propertyFields/viewPicker/IPropertyFieldViewPicker.ts",
                  "index": 408
                },
                "region": {
                  "startLine": 97,
                  "startColumn": 67,
                  "endLine": 97,
                  "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/propertyFields/viewPicker/IPropertyFieldViewPicker.ts",
                  "index": 408
                },
                "region": {
                  "startLine": 119,
                  "startColumn": 15,
                  "endLine": 119,
                  "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/propertyFields/viewPicker/IPropertyFieldViewPicker.ts",
                  "index": 408
                },
                "region": {
                  "startLine": 125,
                  "startColumn": 52,
                  "endLine": 125,
                  "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/propertyFields/viewPicker/IPropertyFieldViewPicker.ts",
                  "index": 408
                },
                "region": {
                  "startLine": 125,
                  "startColumn": 67,
                  "endLine": 125,
                  "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/propertyFields/viewPicker/IPropertyFieldViewPickerHost.ts",
                  "index": 409
                },
                "region": {
                  "startLine": 8,
                  "startColumn": 50,
                  "endLine": 8,
                  "endColumn": 53
                }
              }
            }
          ],
          "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/propertyFields/viewPicker/PropertyFieldViewPicker.ts",
                  "index": 414
                },
                "region": {
                  "startLine": 103,
                  "startColumn": 7,
                  "endLine": 103,
                  "endColumn": 37,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/viewPicker/PropertyFieldViewPicker.ts",
                  "index": 414
                },
                "region": {
                  "startLine": 31,
                  "startColumn": 29,
                  "endLine": 31,
                  "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/propertyFields/viewPicker/PropertyFieldViewPicker.ts",
                  "index": 414
                },
                "region": {
                  "startLine": 40,
                  "startColumn": 59,
                  "endLine": 40,
                  "endColumn": 62,
                  "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/propertyFields/viewPicker/PropertyFieldViewPicker.ts",
                  "index": 414
                },
                "region": {
                  "startLine": 40,
                  "startColumn": 74,
                  "endLine": 40,
                  "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/propertyFields/viewPicker/PropertyFieldViewPicker.ts",
                  "index": 414
                },
                "region": {
                  "startLine": 77,
                  "startColumn": 43,
                  "endLine": 77,
                  "endColumn": 46,
                  "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/propertyFields/viewPicker/PropertyFieldViewPicker.ts",
                  "index": 414
                },
                "region": {
                  "startLine": 77,
                  "startColumn": 102,
                  "endLine": 77,
                  "endColumn": 105,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "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/propertyFields/markdownContent/PropertyPaneMarkdownContent.ts",
                  "index": 420
                },
                "region": {
                  "startLine": 46,
                  "startColumn": 3,
                  "endLine": 46,
                  "endColumn": 33,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/markdownContent/PropertyPaneMarkdownContent.ts",
                  "index": 420
                },
                "region": {
                  "startLine": 36,
                  "startColumn": 44,
                  "endLine": 36,
                  "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/propertyFields/markdownContent/PropertyPaneMarkdownContent.ts",
                  "index": 420
                },
                "region": {
                  "startLine": 36,
                  "startColumn": 103,
                  "endLine": 36,
                  "endColumn": 106,
                  "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/propertyFields/propertyEditor/IPropertyPanePropertyEditor.ts",
                  "index": 433
                },
                "region": {
                  "startLine": 11,
                  "startColumn": 11,
                  "endLine": 11,
                  "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/propertyFields/propertyEditor/IPropertyPanePropertyEditorHost.ts",
                  "index": 434
                },
                "region": {
                  "startLine": 5,
                  "startColumn": 11,
                  "endLine": 5,
                  "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/propertyFields/propertyEditor/PropertyPanePropertyEditorHost.tsx",
                  "index": 435
                },
                "region": {
                  "startLine": 80,
                  "startColumn": 49,
                  "endLine": 80,
                  "endColumn": 52
                }
              }
            }
          ],
          "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/propertyFields/propertyEditor/PropertyPanePropertyEditor.ts",
                  "index": 436
                },
                "region": {
                  "startLine": 47,
                  "startColumn": 3,
                  "endLine": 47,
                  "endColumn": 33,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/propertyEditor/PropertyPanePropertyEditor.ts",
                  "index": 436
                },
                "region": {
                  "startLine": 39,
                  "startColumn": 44,
                  "endLine": 39,
                  "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/propertyFields/propertyEditor/PropertyPanePropertyEditor.ts",
                  "index": 436
                },
                "region": {
                  "startLine": 39,
                  "startColumn": 103,
                  "endLine": 39,
                  "endColumn": 106,
                  "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/propertyFields/webPartInformation/IPropertyPaneWebPartInformation.ts",
                  "index": 439
                },
                "region": {
                  "startLine": 50,
                  "startColumn": 15,
                  "endLine": 50,
                  "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/propertyFields/webPartInformation/PropertyPaneWebPartInformationHost.tsx",
                  "index": 441
                },
                "region": {
                  "startLine": 34,
                  "startColumn": 30,
                  "endLine": 34,
                  "endColumn": 33
                }
              }
            }
          ],
          "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/propertyFields/webPartInformation/PropertyPaneWebPartInformation.ts",
                  "index": 442
                },
                "region": {
                  "startLine": 50,
                  "startColumn": 3,
                  "endLine": 50,
                  "endColumn": 33,
                  "snippet": {
                    "text": "ReactDom.render(element, elem)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/propertyFields/webPartInformation/PropertyPaneWebPartInformation.ts",
                  "index": 442
                },
                "region": {
                  "startLine": 39,
                  "startColumn": 44,
                  "endLine": 39,
                  "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/propertyFields/webPartInformation/PropertyPaneWebPartInformation.ts",
                  "index": 442
                },
                "region": {
                  "startLine": 39,
                  "startColumn": 103,
                  "endLine": 39,
                  "endColumn": 106,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "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/helpers/PropertyPaneHelpers.ts",
                  "index": 449
                },
                "region": {
                  "startLine": 45,
                  "startColumn": 9,
                  "endLine": 45,
                  "endColumn": 50,
                  "snippet": {
                    "text": "ReactDom.render(element, this.spinnerElm)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/IPropertyControlsTestWebPartProps.ts",
                  "index": 460
                },
                "region": {
                  "startLine": 44,
                  "startColumn": 19,
                  "endLine": 44,
                  "endColumn": 22,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/IPropertyControlsTestWebPartProps.ts",
                  "index": 460
                },
                "region": {
                  "startLine": 45,
                  "startColumn": 17,
                  "endLine": 45,
                  "endColumn": 20,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/components/IPropertyControlsTestProps.ts",
                  "index": 461
                },
                "region": {
                  "startLine": 17,
                  "startColumn": 14,
                  "endLine": 17,
                  "endColumn": 17,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/components/IPropertyControlsTestProps.ts",
                  "index": 461
                },
                "region": {
                  "startLine": 44,
                  "startColumn": 19,
                  "endLine": 44,
                  "endColumn": 22,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/components/IPropertyControlsTestProps.ts",
                  "index": 461
                },
                "region": {
                  "startLine": 45,
                  "startColumn": 17,
                  "endLine": 45,
                  "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/propertyControlsTest/components/PropertyControlsTest.tsx",
                  "index": 462
                },
                "region": {
                  "startLine": 10,
                  "startColumn": 3,
                  "endLine": 10,
                  "endColumn": 17,
                  "snippet": {
                    "text": "public setHtml"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 1
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/components/PropertyControlsTest.tsx",
                  "index": 462
                },
                "region": {
                  "startLine": 100,
                  "startColumn": 117,
                  "endLine": 100,
                  "endColumn": 120,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0
        },
        {
          "level": "warning",
          "message": {
            "text": "'IPalette' is defined but never used."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts",
                  "index": 463
                },
                "region": {
                  "startLine": 136,
                  "startColumn": 10,
                  "endLine": 136,
                  "endColumn": 18,
                  "snippet": {
                    "text": "IPalette"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-unused-vars",
          "ruleIndex": 8,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts",
                  "index": 463
                },
                "region": {
                  "startLine": 179,
                  "startColumn": 2,
                  "endLine": 179,
                  "endColumn": 27,
                  "snippet": {
                    "text": "protected monacoChange = "
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 1,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts",
                  "index": 463
                },
                "region": {
                  "startLine": 184,
                  "startColumn": 72,
                  "endLine": 184,
                  "endColumn": 75,
                  "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/propertyControlsTest/PropertyControlsTestWebPart.ts",
                  "index": 463
                },
                "region": {
                  "startLine": 184,
                  "startColumn": 87,
                  "endLine": 184,
                  "endColumn": 90,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Pair the render and unmount calls to avoid memory leaks."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts",
                  "index": 463
                },
                "region": {
                  "startLine": 243,
                  "startColumn": 5,
                  "endLine": 243,
                  "endColumn": 46,
                  "snippet": {
                    "text": "ReactDom.render(element, this.domElement)"
                  }
                }
              }
            }
          ],
          "ruleId": "@rushstack/pair-react-dom-render-unmount",
          "ruleIndex": 6,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts",
                  "index": 463
                },
                "region": {
                  "startLine": 246,
                  "startColumn": 3,
                  "endLine": 246,
                  "endColumn": 15,
                  "snippet": {
                    "text": "private wait"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 1,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts",
                  "index": 463
                },
                "region": {
                  "startLine": 284,
                  "startColumn": 67,
                  "endLine": 284,
                  "endColumn": 70,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Expected an assignment or function call and instead saw an expression."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts",
                  "index": 463
                },
                "region": {
                  "startLine": 288,
                  "startColumn": 9,
                  "endLine": 288,
                  "endColumn": 92,
                  "snippet": {
                    "text": "value.length >= 3 ? resolve(\"\") : resolve(\"Should at least contain 3 characters.\");"
                  }
                }
              }
            }
          ],
          "ruleId": "no-unused-expressions",
          "ruleIndex": 9,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts",
                  "index": 463
                },
                "region": {
                  "startLine": 293,
                  "startColumn": 3,
                  "endLine": 293,
                  "endColumn": 24,
                  "snippet": {
                    "text": "private ageValidation"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 1,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts",
                  "index": 463
                },
                "region": {
                  "startLine": 298,
                  "startColumn": 3,
                  "endLine": 298,
                  "endColumn": 30,
                  "snippet": {
                    "text": "private comboBoxOptionAdded"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 1,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts",
                  "index": 463
                },
                "region": {
                  "startLine": 302,
                  "startColumn": 3,
                  "endLine": 302,
                  "endColumn": 29,
                  "snippet": {
                    "text": "private _onChangedPassword"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 1,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Missing return type on function."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts",
                  "index": 463
                },
                "region": {
                  "startLine": 306,
                  "startColumn": 3,
                  "endLine": 306,
                  "endColumn": 36,
                  "snippet": {
                    "text": "private _onChangedTextWithCallout"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/explicit-function-return-type",
          "ruleIndex": 1,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "'options' is never reassigned. Use 'const' instead."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts",
                  "index": 463
                },
                "region": {
                  "startLine": 492,
                  "startColumn": 29,
                  "endLine": 492,
                  "endColumn": 36,
                  "snippet": {
                    "text": "options"
                  }
                }
              }
            }
          ],
          "ruleId": "prefer-const",
          "ruleIndex": 10,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "[\"Country\"] is better written in dot notation."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts",
                  "index": 463
                },
                "region": {
                  "startLine": 493,
                  "startColumn": 34,
                  "endLine": 493,
                  "endColumn": 43,
                  "snippet": {
                    "text": "\"Country\""
                  }
                }
              }
            }
          ],
          "ruleId": "dot-notation",
          "ruleIndex": 7,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "[\"Country\"] is better written in dot notation."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts",
                  "index": 463
                },
                "region": {
                  "startLine": 495,
                  "startColumn": 41,
                  "endLine": 495,
                  "endColumn": 50,
                  "snippet": {
                    "text": "\"Country\""
                  }
                }
              }
            }
          ],
          "ruleId": "dot-notation",
          "ruleIndex": 7,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "[\"Country\"] is better written in dot notation."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts",
                  "index": 463
                },
                "region": {
                  "startLine": 497,
                  "startColumn": 41,
                  "endLine": 497,
                  "endColumn": 50,
                  "snippet": {
                    "text": "\"Country\""
                  }
                }
              }
            }
          ],
          "ruleId": "dot-notation",
          "ruleIndex": 7,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "[\"Country\"] is better written in dot notation."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts",
                  "index": 463
                },
                "region": {
                  "startLine": 499,
                  "startColumn": 41,
                  "endLine": 499,
                  "endColumn": 50,
                  "snippet": {
                    "text": "\"Country\""
                  }
                }
              }
            }
          ],
          "ruleId": "dot-notation",
          "ruleIndex": 7,
          "suppressions": []
        },
        {
          "level": "warning",
          "message": {
            "text": "Unexpected any. Specify a different type."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "src/webparts/propertyControlsTest/PropertyControlsTestWebPart.ts",
                  "index": 463
                },
                "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/webparts/propertyControlsTest/components/OrderedItem.tsx",
                  "index": 466
                },
                "region": {
                  "startLine": 7,
                  "startColumn": 34,
                  "endLine": 7,
                  "endColumn": 37,
                  "snippet": {
                    "text": "any"
                  }
                }
              }
            }
          ],
          "ruleId": "@typescript-eslint/no-explicit-any",
          "ruleIndex": 0
        }
      ],
      "invocations": [
        {
          "toolConfigurationNotifications": [
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unsafe-function-type')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/common/util/Util.ts",
                      "index": 25
                    },
                    "region": {
                      "startLine": 7,
                      "startColumn": 1,
                      "snippet": {
                        "text": "// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unsafe-function-type')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/common/util/Util.ts",
                      "index": 25
                    },
                    "region": {
                      "startLine": 11,
                      "startColumn": 3,
                      "snippet": {
                        "text": "// eslint-disable-next-line @typescript-eslint/no-unsafe-function-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/propertyFields/choiceGroupWithCallout/PropertyFieldChoiceGroupWithCallout.ts",
                      "index": 56
                    },
                    "region": {
                      "startLine": 28,
                      "startColumn": 81,
                      "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/propertyFields/choiceGroupWithCallout/PropertyFieldChoiceGroupWithCallout.ts",
                      "index": 56
                    },
                    "region": {
                      "startLine": 46,
                      "startColumn": 5,
                      "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-duplicate-enum-values')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/propertyFields/codeEditor/IPropertyFieldCodeEditor.ts",
                      "index": 59
                    },
                    "region": {
                      "startLine": 7,
                      "startColumn": 20,
                      "snippet": {
                        "text": "// eslint-disable-line @typescript-eslint/no-duplicate-enum-values "
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-duplicate-enum-values')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/propertyFields/codeEditor/IPropertyFieldCodeEditor.ts",
                      "index": 59
                    },
                    "region": {
                      "startLine": 13,
                      "startColumn": 18,
                      "snippet": {
                        "text": "// eslint-disable-line @typescript-eslint/no-duplicate-enum-values"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from 'no-constant-condition')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/propertyFields/codeEditor/CSSFormatter.ts",
                      "index": 61
                    },
                    "region": {
                      "startLine": 217,
                      "startColumn": 20,
                      "snippet": {
                        "text": "// eslint-disable-line no-constant-condition"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from 'no-constant-condition')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/propertyFields/codeEditor/ScriptFormatter.ts",
                      "index": 62
                    },
                    "region": {
                      "startLine": 1601,
                      "startColumn": 20,
                      "snippet": {
                        "text": "// eslint-disable-line no-constant-condition"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from 'no-prototype-builtins')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/propertyFields/propertyFieldGrid/grid/Grid.tsx",
                      "index": 253
                    },
                    "region": {
                      "startLine": 1,
                      "startColumn": 1,
                      "snippet": {
                        "text": "/* eslint-disable no-prototype-builtins */"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            },
            {
              "level": "warning",
              "message": {
                "text": "Unused eslint-disable directive (no problems were reported from 'no-unused-expressions')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/propertyFields/propertyFieldGrid/grid/Grid.tsx",
                      "index": 253
                    },
                    "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-explicit-any')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/propertyFields/propertyFieldGrid/PropertyFieldGrid.ts",
                      "index": 255
                    },
                    "region": {
                      "startLine": 36,
                      "startColumn": 5,
                      "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-unsafe-function-type')."
              },
              "locations": [
                {
                  "physicalLocation": {
                    "artifactLocation": {
                      "uri": "src/propertyFields/sliderWithCallout/PropertyFieldSliderWithCallout.ts",
                      "index": 361
                    },
                    "region": {
                      "startLine": 19,
                      "startColumn": 3,
                      "snippet": {
                        "text": "// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type"
                      }
                    }
                  }
                }
              ],
              "descriptor": {
                "id": "ESL0999"
              }
            }
          ],
          "executionSuccessful": true
        }
      ]
    }
  ]
}