Revision 6ba87f1d6795c9772031d678271f29372a677197 authored by Tom Ratcliffe on 07 March 2024, 18:09:08 UTC, committed by Tom Ratcliffe on 07 March 2024, 18:09:08 UTC
1 parent 1da78ac
Raw File
.betterer.results.json
{
  "better eslint": {
    "/e2e/utils/support/types.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/dataframe/ArrayDataFrame.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/dataframe/CircularDataFrame.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/dataframe/DataFrameJSON.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/dataframe/DataFrameView.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      },
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/dataframe/MutableDataFrame.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 13
      },
      {
        "message": "Do not use any type assertions.",
        "count": 3
      }
    ],
    "/packages/grafana-data/src/dataframe/StreamingDataFrame.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 6
      }
    ],
    "/packages/grafana-data/src/dataframe/dimensions.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/dataframe/processDataFrame.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/dataframe/processDataFrame.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 18
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 5
      }
    ],
    "/packages/grafana-data/src/datetime/datemath.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/datetime/durationutil.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/datetime/formatter.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/datetime/moment_wrapper.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Do not use any type assertions.",
        "count": 8
      }
    ],
    "/packages/grafana-data/src/datetime/parser.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 9
      }
    ],
    "/packages/grafana-data/src/datetime/rangeutil.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/events/EventBus.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/events/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 5
      }
    ],
    "/packages/grafana-data/src/field/displayProcessor.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 3
      }
    ],
    "/packages/grafana-data/src/field/overrides/processors.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 6
      },
      {
        "message": "Do not use any type assertions.",
        "count": 3
      }
    ],
    "/packages/grafana-data/src/field/standardFieldConfigEditorRegistry.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 7
      }
    ],
    "/packages/grafana-data/src/geo/layer.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/panel/PanelPlugin.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 6
      },
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/panel/registryFactories.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/themes/colorManipulator.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/packages/grafana-data/src/themes/createColors.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/transformations/matchers/valueMatchers/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/transformations/standardTransformersRegistry.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/transformations/transformDataFrame.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/transformations/transformers/joinDataFrames.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/transformations/transformers/nulls/nullInsertThreshold.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/packages/grafana-data/src/transformations/transformers/reduce.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/transformations/transformers/utils.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/types/OptionsUIRegistryBuilder.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 7
      }
    ],
    "/packages/grafana-data/src/types/ScopedVars.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/types/annotations.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 6
      }
    ],
    "/packages/grafana-data/src/types/app.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/types/config.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/types/dashboard.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/packages/grafana-data/src/types/data.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      }
    ],
    "/packages/grafana-data/src/types/dataFrame.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      }
    ],
    "/packages/grafana-data/src/types/dataLink.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 7
      }
    ],
    "/packages/grafana-data/src/types/datasource.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 25
      }
    ],
    "/packages/grafana-data/src/types/explore.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/types/fieldOverrides.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 9
      }
    ],
    "/packages/grafana-data/src/types/flot.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/types/graph.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/packages/grafana-data/src/types/legacyEvents.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/types/live.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 7
      },
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/types/options.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/types/panel.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 14
      }
    ],
    "/packages/grafana-data/src/types/plugin.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/types/select.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/types/templateVars.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/types/trace.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/types/transformations.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 5
      }
    ],
    "/packages/grafana-data/src/types/variables.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/types/vector.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/packages/grafana-data/src/utils/OptionsUIBuilders.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 27
      }
    ],
    "/packages/grafana-data/src/utils/Registry.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/utils/arrayUtils.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/utils/csv.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 3
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/utils/dataLinks.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/utils/datasource.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/utils/flotPairs.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/utils/location.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/utils/url.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 7
      },
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/utils/valueMappings.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      },
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/vector/AppendedVectors.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/packages/grafana-data/src/vector/ArrayVector.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/packages/grafana-data/src/vector/CircularVector.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/vector/ConstantVector.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/vector/FormattedVector.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-data/src/vector/FunctionalVector.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 10
      }
    ],
    "/packages/grafana-data/src/vector/SortedVector.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-data/test/__mocks__/pluginMocks.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-flamegraph/src/FlameGraph/FlameGraph.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/packages/grafana-flamegraph/src/FlameGraph/FlameGraphMetadata.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/packages/grafana-flamegraph/src/FlameGraph/FlameGraphTooltip.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 6
      }
    ],
    "/packages/grafana-flamegraph/src/FlameGraphHeader.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 13
      }
    ],
    "/packages/grafana-flamegraph/src/TopTable/FlameGraphTopTableContainer.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/packages/grafana-o11y-ds-frontend/src/utils.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-prometheus/src/components/PromExemplarField.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/packages/grafana-prometheus/src/components/PromExploreExtraField.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/packages/grafana-prometheus/src/components/PromQueryField.test.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-prometheus/src/components/PromQueryField.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-prometheus/src/components/PrometheusMetricsBrowser.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 12
      }
    ],
    "/packages/grafana-prometheus/src/components/monaco-query-field/MonacoQueryField.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/packages/grafana-prometheus/src/configuration/ConfigEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 16
      }
    ],
    "/packages/grafana-prometheus/src/configuration/ExemplarsSettings.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/packages/grafana-prometheus/src/datasource.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 13
      }
    ],
    "/packages/grafana-prometheus/src/gcopypaste/app/features/live/data/amendTimeSeries.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Do not use any type assertions.",
        "count": 4
      }
    ],
    "/packages/grafana-prometheus/src/gcopypaste/public/test/matchers/index.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-prometheus/src/gcopypaste/public/test/matchers/toEmitValuesWith.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/packages/grafana-prometheus/src/gcopypaste/public/test/matchers/utils.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-prometheus/src/gcopypaste/test/helpers/selectOptionInTest.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-prometheus/src/language_provider.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 5
      }
    ],
    "/packages/grafana-prometheus/src/language_utils.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-prometheus/src/metric_find_query.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 5
      }
    ],
    "/packages/grafana-prometheus/src/query_hints.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-prometheus/src/querybuilder/QueryPattern.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/packages/grafana-prometheus/src/querybuilder/QueryPatternsModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/packages/grafana-prometheus/src/querybuilder/binaryScalarOperations.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-prometheus/src/querybuilder/components/LabelFilterItem.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 4
      }
    ],
    "/packages/grafana-prometheus/src/querybuilder/components/LabelFilters.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/packages/grafana-prometheus/src/querybuilder/components/LabelParamEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-prometheus/src/querybuilder/components/MetricSelect.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      },
      {
        "message": "Styles should be written using objects.",
        "count": 9
      }
    ],
    "/packages/grafana-prometheus/src/querybuilder/components/PromQueryBuilder.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-prometheus/src/querybuilder/components/PromQueryCodeEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/packages/grafana-prometheus/src/querybuilder/components/metrics-modal/AdditionalSettings.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/packages/grafana-prometheus/src/querybuilder/components/metrics-modal/ResultsTable.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 13
      }
    ],
    "/packages/grafana-prometheus/src/querybuilder/components/metrics-modal/styles.ts": [
      {
        "message": "Styles should be written using objects.",
        "count": 19
      }
    ],
    "/packages/grafana-prometheus/src/querybuilder/operationUtils.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-prometheus/src/querybuilder/shared/OperationEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-prometheus/src/querybuilder/shared/OperationParamEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/packages/grafana-prometheus/src/querybuilder/shared/QueryBuilderHints.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/packages/grafana-prometheus/src/querybuilder/shared/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/packages/grafana-prometheus/src/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/packages/grafana-runtime/src/analytics/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-runtime/src/config.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 3
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-runtime/src/services/AngularLoader.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/packages/grafana-runtime/src/services/EchoSrv.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      }
    ],
    "/packages/grafana-runtime/src/services/LocationService.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 5
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-runtime/src/services/backendSrv.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 13
      }
    ],
    "/packages/grafana-runtime/src/utils/DataSourceWithBackend.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-runtime/src/utils/queryResponse.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-schema/src/veneer/common.types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-schema/src/veneer/dashboard.types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      },
      {
        "message": "Do not use any type assertions.",
        "count": 5
      }
    ],
    "/packages/grafana-sql/src/components/query-editor-raw/QueryToolbox.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/packages/grafana-sql/src/components/query-editor-raw/QueryValidator.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/packages/grafana-sql/src/components/query-editor-raw/RawEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/packages/grafana-sql/src/components/visual-query-builder/AwesomeQueryBuilder.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-sql/src/components/visual-query-builder/SQLWhereRow.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/ColorPicker/ColorPicker.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/components/DataLinks/DataLinkInput.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/DataSourceSettings/CustomHeadersSettings.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/components/DataSourceSettings/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 8
      }
    ],
    "/packages/grafana-ui/src/components/Forms/Legacy/Input/Input.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/components/Forms/Legacy/Select/Select.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Forms/Legacy/Select/SelectOption.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/components/InfoBox/InfoBox.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/JSONFormatter/json_explorer/json_explorer.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/components/MatchersUI/FieldValueMatcher.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/MatchersUI/fieldMatchersUI.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Modal/ModalsContext.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      }
    ],
    "/packages/grafana-ui/src/components/PanelChrome/PanelContext.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/components/PanelChrome/index.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Segment/SegmentSelect.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Select/SelectBase.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 8
      },
      {
        "message": "Do not use any type assertions.",
        "count": 4
      }
    ],
    "/packages/grafana-ui/src/components/Select/SelectOptionGroup.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/packages/grafana-ui/src/components/Select/ValueContainer.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Select/resetSelectStyles.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      }
    ],
    "/packages/grafana-ui/src/components/Select/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 6
      }
    ],
    "/packages/grafana-ui/src/components/SingleStatShared/SingleStatBaseOptions.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 15
      },
      {
        "message": "Do not use any type assertions.",
        "count": 5
      }
    ],
    "/packages/grafana-ui/src/components/StatsPicker/StatsPicker.story.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/packages/grafana-ui/src/components/Table/Filter.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Table/FilterPopup.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Table/FooterRow.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Table/HeaderRow.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Table/Table.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Table/TableCell.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 3
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Table/TableCellInspectModal.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Table/reducer.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Table/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/components/Table/utils.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 6
      }
    ],
    "/packages/grafana-ui/src/components/Tags/Tag.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/ValuePicker/ValuePicker.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/VizLegend/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/components/VizRepeater/VizRepeater.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 4
      }
    ],
    "/packages/grafana-ui/src/components/VizTooltip/VizTooltip.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/components/uPlot/Plot.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/components/uPlot/PlotLegend.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/uPlot/config/UPlotAxisBuilder.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      },
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/components/uPlot/config/UPlotConfigBuilder.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/components/uPlot/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/uPlot/utils.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/graveyard/Graph/GraphContextMenu.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/graveyard/Graph/utils.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/graveyard/GraphNG/GraphNG.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 6
      },
      {
        "message": "Do not use any type assertions.",
        "count": 6
      }
    ],
    "/packages/grafana-ui/src/graveyard/GraphNG/hooks.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/graveyard/GraphNG/nullInsertThreshold.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/packages/grafana-ui/src/graveyard/GraphNG/nullToUndefThreshold.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/graveyard/TimeSeries/utils.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/options/builder/axis.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/options/builder/hideSeries.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/slate-plugins/braces.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/slate-plugins/slate-prism/index.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/slate-plugins/slate-prism/options.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/slate-plugins/suggestions.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/themes/ThemeContext.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 3
      }
    ],
    "/packages/grafana-ui/src/themes/stylesFactory.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/types/forms.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/types/jquery.d.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 9
      }
    ],
    "/packages/grafana-ui/src/types/mdx.d.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/types/react-table-config.d.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/utils/debug.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/utils/dom.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/packages/grafana-ui/src/utils/logger.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/packages/grafana-ui/src/utils/storybook/withTheme.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/utils/useAsyncDependency.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/plugins-bundled/internal/input-datasource/src/InputDatasource.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/core/TableModel.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 7
      }
    ],
    "/public/app/core/components/AppChrome/TopBar/TopSearchBarCommandPaletteTrigger.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/core/components/DynamicImports/SafeDynamicImport.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/core/components/GraphNG/GraphNG.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 6
      },
      {
        "message": "Do not use any type assertions.",
        "count": 6
      }
    ],
    "/public/app/core/components/GraphNG/hooks.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/core/components/NestedFolderPicker/Trigger.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/core/components/OptionsUI/registry.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 11
      }
    ],
    "/public/app/core/components/PageHeader/PageHeader.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/core/components/PanelTypeFilter/PanelTypeFilter.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/core/components/QueryOperationRow/OperationRowHelp.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/core/components/QueryOperationRow/QueryOperationRow.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/core/components/QueryOperationRow/QueryOperationRowHeader.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 7
      }
    ],
    "/public/app/core/components/RolePicker/RolePickerInput.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 7
      }
    ],
    "/public/app/core/components/RolePicker/ValueContainer.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/core/components/TagFilter/TagFilter.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 5
      },
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/core/components/TagFilter/TagOption.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/core/components/TimeSeries/utils.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/core/components/Upgrade/ProBadge.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/core/components/Upgrade/UpgradeBox.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 18
      }
    ],
    "/public/app/core/components/connectWithCleanUp.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/core/navigation/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/core/reducers/root.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/core/services/ResponseQueue.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/core/services/backend_srv.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 9
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/core/services/context_srv.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/core/services/echo/backends/analytics/ApplicationInsightsBackend.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/core/services/echo/backends/analytics/RudderstackBackend.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/core/specs/backend_srv.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/core/time_series2.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 19
      }
    ],
    "/public/app/core/utils/ConfigProvider.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/core/utils/connectWithReduxStore.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 8
      },
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/core/utils/deferred.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/core/utils/fetch.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 5
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/core/utils/flatten.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/core/utils/object.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 3
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/core/utils/richHistory.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/core/utils/ticks.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/admin/LicenseChrome.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/admin/OrgRolePicker.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/admin/UpgradePage.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/admin/UserListPublicDashboardPage/DashboardsListModalButton.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 8
      }
    ],
    "/public/app/features/admin/UserListPublicDashboardPage/DeleteUserModalButton.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/admin/UserOrgs.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 17
      }
    ],
    "/public/app/features/admin/UserPermissions.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/admin/UserProfile.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/AlertTab.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/AlertTabCtrl.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 33
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/EditNotificationChannelPage.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/StateHistory.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      },
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/TestRuleResult.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/components/NotificationChannelForm.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/components/NotificationChannelOptions.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/components/OptionElement.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/state/ThresholdMapper.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/state/actions.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/state/alertDef.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/state/query_part.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 11
      }
    ],
    "/public/app/features/alerting/state/reducers.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/AlertGroups.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/AlertWarning.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/AlertsFolderView.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/alerting/unified/GrafanaRuleQueryViewer.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 19
      }
    ],
    "/public/app/features/alerting/unified/NotificationPolicies.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/PanelAlertTabContent.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/RedirectToRuleViewer.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/alerting/unified/RuleList.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      },
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/alerting/unified/components/AlertLabel.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/AlertLabels.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/AlertManagerPicker.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/AlertStateDot.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/AnnotationDetailsField.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      },
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/Authorize.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/DetailsField.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/components/DynamicTable.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 7
      }
    ],
    "/public/app/features/alerting/unified/components/DynamicTableWithGuidelines.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 6
      }
    ],
    "/public/app/features/alerting/unified/components/EmptyArea.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/EmptyAreaWithCTA.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/components/Expression.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/GrafanaAlertmanagerDeliveryWarning.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/HoverCard.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/alerting/unified/components/Label.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/components/MetaText.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/Spacer.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/StateColoredText.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/alerting/unified/components/StateTag.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 9
      }
    ],
    "/public/app/features/alerting/unified/components/Tokenize.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/alerting/unified/components/Well.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/admin/AlertmanagerConfig.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/admin/AlertmanagerConfigSelector.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/admin/ExternalAlertmanagerDataSources.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/alerting/unified/components/admin/ExternalAlertmanagers.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/alerting/unified/components/alert-groups/AlertDetails.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/components/alert-groups/AlertGroupAlertsTable.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/alert-groups/AlertGroupFilter.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/components/alert-groups/AlertGroupHeader.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/alert-groups/GroupBy.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/alert-groups/MatcherFilter.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/contact-points/ContactPoints.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/export/FileExportPreview.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/components/expressions/Expression.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 25
      }
    ],
    "/public/app/features/alerting/unified/components/expressions/ExpressionStatusIndicator.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/mute-timings/MuteTimingForm.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/mute-timings/MuteTimingTimeInterval.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/alerting/unified/components/mute-timings/MuteTimingTimeRange.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/alerting/unified/components/mute-timings/MuteTimingsTable.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/notification-policies/EditNotificationPolicyForm.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/alerting/unified/components/notification-policies/Matchers.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/notification-policies/Policy.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/notification-policies/PromDurationDocs.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/alerting/unified/components/notification-policies/formStyles.ts": [
      {
        "message": "Styles should be written using objects.",
        "count": 6
      }
    ],
    "/public/app/features/alerting/unified/components/receivers/AlertInstanceModalSelector.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 18
      }
    ],
    "/public/app/features/alerting/unified/components/receivers/PayloadEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 9
      }
    ],
    "/public/app/features/alerting/unified/components/receivers/ReceiversSection.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/receivers/TemplateDataDocs.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/components/receivers/TemplateForm.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 13
      }
    ],
    "/public/app/features/alerting/unified/components/receivers/form/ChannelOptions.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/receivers/form/ChannelSubForm.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/alerting/unified/components/receivers/form/CollapsibleSection.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/alerting/unified/components/receivers/form/GenerateAlertDataModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 6
      }
    ],
    "/public/app/features/alerting/unified/components/receivers/form/ReceiverForm.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/receivers/form/TestContactPointModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/receivers/form/fields/KeyValueMapInput.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/receivers/form/fields/OptionField.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 5
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/receivers/form/fields/StringArrayInput.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/components/receivers/form/fields/SubformArrayField.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/receivers/form/fields/SubformField.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/receivers/form/fields/styles.ts": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/AnnotationKeyInput.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/AnnotationsStep.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 11
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/CloudAlertPreview.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/CloudEvaluationBehavior.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/CustomAnnotationHeaderField.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/DashboardAnnotationField.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/DashboardPicker.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 15
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/ExpressionEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/ExpressionsEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/FolderAndGroup.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/GrafanaEvaluationBehavior.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 11
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/GroupAndNamespaceFields.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/NeedHelpInfo.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/PreviewRule.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/PreviewRuleResult.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/QueryEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/QueryOptions.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/QueryWrapper.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/RecordingRuleEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/RuleEditorSection.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/RuleFolderPicker.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/RuleInspector.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/VizWrapper.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/notificaton-preview/NotificationPolicyMatchers.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/notificaton-preview/NotificationPreview.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 7
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/notificaton-preview/NotificationPreviewByAlertManager.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/notificaton-preview/NotificationRoute.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 9
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/notificaton-preview/NotificationRouteDetailsModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 11
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/CloudDataSourceSelector.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/QueryAndExpressionsStep.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/rule-types/RuleType.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/rule-editor/rule-types/RuleTypePicker.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/rule-viewer/RuleViewer.v1.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 13
      }
    ],
    "/public/app/features/alerting/unified/components/rule-viewer/RuleViewerLayout.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/rule-viewer/RuleViewerVisualization.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/alerting/unified/components/rules/ActionButton.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/rules/AlertInstanceStateFilter.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/rules/CloudRules.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/alerting/unified/components/rules/EditRuleGroupModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/alerting/unified/components/rules/GrafanaRules.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/alerting/unified/components/rules/NoRulesCTA.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/rules/ReorderRuleGroupModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 7
      }
    ],
    "/public/app/features/alerting/unified/components/rules/RuleActionsButtons.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/rules/RuleConfigStatus.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/components/rules/RuleDetails.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/components/rules/RuleDetailsActionButtons.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/rules/RuleDetailsAnnotations.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/rules/RuleDetailsDataSources.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/rules/RuleDetailsExpression.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/rules/RuleDetailsMatchingInstances.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/alerting/unified/components/rules/RuleHealth.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/rules/RuleListErrors.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/components/rules/RuleListStateSection.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/components/rules/RuleState.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/rules/RulesGroup.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 12
      }
    ],
    "/public/app/features/alerting/unified/components/rules/RulesTable.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/alerting/unified/components/rules/state-history/LogRecordViewer.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/alerting/unified/components/rules/state-history/LokiStateHistory.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 6
      }
    ],
    "/public/app/features/alerting/unified/components/rules/state-history/StateHistory.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/components/silences/Matchers.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/silences/MatchersField.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/alerting/unified/components/silences/SilenceDetails.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/components/silences/SilencePeriod.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/components/silences/SilencedAlertsTable.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/components/silences/SilencedInstancesPreview.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/alerting/unified/components/silences/SilencesEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/alerting/unified/components/silences/SilencesFilter.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/alerting/unified/components/silences/SilencesTable.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/alerting/unified/home/GettingStarted.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 15
      }
    ],
    "/public/app/features/alerting/unified/hooks/useAlertmanagerConfig.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/hooks/useControlledFieldArray.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/hooks/useStateHistoryModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/mocks.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 5
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      }
    ],
    "/public/app/features/alerting/unified/state/actions.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/styles/notifications.ts": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/styles/pagination.ts": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/styles/table.ts": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/alerting/unified/types/receiver-form.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/alerting/unified/utils/misc.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/public/app/features/alerting/unified/utils/misc.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/utils/receiver-form.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 3
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/utils/redux.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      },
      {
        "message": "Do not use any type assertions.",
        "count": 7
      }
    ],
    "/public/app/features/alerting/unified/utils/rulerClient.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/alerting/unified/utils/rules.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Do not use any type assertions.",
        "count": 3
      }
    ],
    "/public/app/features/annotations/components/StandardAnnotationQueryEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/annotations/events_processing.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/annotations/standardAnnotationSupport.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/api-keys/ApiKeysTable.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/api-keys/MigrateToServiceAccountsCard.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/auth-config/utils/data.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/canvas/element.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 5
      }
    ],
    "/public/app/features/canvas/elements/ellipse.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/canvas/runtime/element.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 5
      },
      {
        "message": "Do not use any type assertions.",
        "count": 4
      }
    ],
    "/public/app/features/canvas/runtime/frame.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/canvas/runtime/root.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/canvas/runtime/scene.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      },
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/connections/components/ConnectionsRedirectNotice/ConnectionsRedirectNotice.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/connections/tabs/ConnectData/CategoryHeader/CategoryHeader.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/connections/tabs/ConnectData/NoAccessModal/NoAccessModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 9
      }
    ],
    "/public/app/features/connections/tabs/ConnectData/NoResults/NoResults.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/correlations/CorrelationsPage.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/correlations/Forms/AddCorrelationForm.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/correlations/Forms/ConfigureCorrelationBasicInfoForm.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/correlations/Forms/ConfigureCorrelationSourceForm.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/dashboard-scene/inspect/HelpWizard/utils.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard-scene/inspect/InspectJsonTab.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 1
      }
    ],
    "/public/app/features/dashboard-scene/pages/DashboardScenePage.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard-scene/panel-edit/PanelDataPane/PanelDataPane.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard-scene/saving/SaveDashboardForm.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 2
      }
    ],
    "/public/app/features/dashboard-scene/saving/getSaveDashboardChange.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/dashboard-scene/saving/shared.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 1
      }
    ],
    "/public/app/features/dashboard-scene/scene/PanelMenuBehavior.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard-scene/serialization/transformSaveModelToScene.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      }
    ],
    "/public/app/features/dashboard-scene/serialization/transformSceneToSaveModel.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 10
      }
    ],
    "/public/app/features/dashboard-scene/serialization/transformSceneToSaveModel.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 7
      }
    ],
    "/public/app/features/dashboard-scene/settings/variables/components/VariableSelectField.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard-scene/settings/variables/utils.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard-scene/utils/DashboardModelCompatibilityWrapper.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard-scene/utils/PanelModelCompatibilityWrapper.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard-scene/utils/test-utils.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 3
      }
    ],
    "/public/app/features/dashboard/components/AddWidgetModal/AddWidgetModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/dashboard/components/AnnotationSettings/AnnotationSettingsEdit.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 4
      },
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/AnnotationSettings/AnnotationSettingsList.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/DashExportModal/DashboardExporter.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 6
      }
    ],
    "/public/app/features/dashboard/components/DashExportModal/DashboardExporter.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 7
      },
      {
        "message": "Do not use any type assertions.",
        "count": 3
      }
    ],
    "/public/app/features/dashboard/components/DashNav/DashNavButton.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/DashboardLoading/DashboardFailed.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/DashboardLoading/DashboardLoading.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/dashboard/components/DashboardPrompt/DashboardPrompt.test.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/DashboardPrompt/DashboardPrompt.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 7
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/dashboard/components/DashboardRow/DashboardRow.test.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/DashboardSettings/ListNewButton.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/DeleteDashboard/DeleteDashboardModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/HelpWizard/HelpWizard.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/dashboard/components/Inspector/PanelInspector.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/PanelEditor/DynamicConfigValueEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/dashboard/components/PanelEditor/OptionsPane.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategory.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 2
      }
    ],
    "/public/app/features/dashboard/components/PanelEditor/OptionsPaneItemDescriptor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/PanelEditor/OptionsPaneOptions.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 10
      }
    ],
    "/public/app/features/dashboard/components/PanelEditor/OverrideCategoryTitle.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/dashboard/components/PanelEditor/PanelEditor.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 3
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 10
      }
    ],
    "/public/app/features/dashboard/components/PanelEditor/PanelEditorTabs.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/dashboard/components/PanelEditor/VisualizationButton.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/dashboard/components/PanelEditor/VisualizationSelectPane.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 10
      }
    ],
    "/public/app/features/dashboard/components/PanelEditor/getFieldOverrideElements.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/PanelEditor/getVisualizationOptions.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/public/app/features/dashboard/components/PanelEditor/utils.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      },
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/dashboard/components/PublicDashboardNotAvailable/PublicDashboardNotAvailable.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/dashboard/components/RowOptions/RowOptionsModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/SaveDashboard/SaveDashboardButton.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 2
      }
    ],
    "/public/app/features/dashboard/components/SaveDashboard/SaveDashboardErrorProxy.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/dashboard/components/SaveDashboard/UnsavedChangesModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardAsForm.test.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardForm.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 3
      },
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/SaveDashboard/forms/SaveProvisionedDashboardForm.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/SaveDashboard/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/SaveDashboard/useDashboardSave.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/ShareModal/ShareExport.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ConfigPublicDashboard/ConfigPublicDashboard.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ConfigPublicDashboard/EmailSharingConfiguration.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 6
      }
    ],
    "/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ConfigPublicDashboard/SettingsSummary.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/CreatePublicDashboard/AcknowledgeCheckboxes.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/CreatePublicDashboard/CreatePublicDashboard.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 6
      }
    ],
    "/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ModalAlerts/UnsupportedDataSourcesAlert.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/SubMenu/AnnotationPicker.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/dashboard/components/SubMenu/DashboardLinksDashboard.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/SubMenu/SubMenu.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/dashboard/components/TransformationsEditor/TransformationEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 10
      }
    ],
    "/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/dashboard/components/VersionHistory/useDashboardRestore.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/containers/DashboardPage.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      },
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/containers/DashboardPageProxy.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/dashgrid/PanelStateWrapper.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/dashgrid/SeriesVisibilityConfigFactory.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/services/DashboardLoaderSrv.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/public/app/features/dashboard/state/DashboardMigrator.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 12
      }
    ],
    "/public/app/features/dashboard/state/DashboardMigrator.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 27
      },
      {
        "message": "Do not use any type assertions.",
        "count": 4
      }
    ],
    "/public/app/features/dashboard/state/DashboardModel.repeat.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      }
    ],
    "/public/app/features/dashboard/state/DashboardModel.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/state/DashboardModel.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 23
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/state/PanelModel.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/state/PanelModel.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 20
      },
      {
        "message": "Do not use any type assertions.",
        "count": 5
      }
    ],
    "/public/app/features/dashboard/state/TimeModel.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/dashboard/state/actions.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/state/initDashboard.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/utils/getPanelMenu.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/utils/getPanelMenu.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/utils/panelMerge.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/datasources/components/BasicSettings.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/datasources/components/DataSourceTestingStatus.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/datasources/components/DataSourceTypeCard.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 1
      }
    ],
    "/public/app/features/datasources/components/DataSourceTypeCardList.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/datasources/components/EditDataSource.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/datasources/components/picker/DataSourceCard.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 9
      }
    ],
    "/public/app/features/datasources/components/picker/DataSourceList.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/datasources/components/picker/DataSourceLogo.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/datasources/components/picker/DataSourceModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 10
      }
    ],
    "/public/app/features/datasources/state/actions.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/datasources/state/actions.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/datasources/state/navModel.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/datasources/state/reducers.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/datasources/state/selectors.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/dimensions/editors/ColorDimensionEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/dimensions/editors/FileUploader.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 8
      }
    ],
    "/public/app/features/dimensions/editors/FolderPickerTab.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/dimensions/editors/ResourceCards.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/dimensions/editors/ResourceDimensionEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/dimensions/editors/ResourcePicker.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/dimensions/editors/ResourcePickerPopover.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/dimensions/editors/ScalarDimensionEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/dimensions/editors/ScaleDimensionEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/dimensions/editors/TextDimensionEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/dimensions/editors/ThresholdsEditor/ThresholdsEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 8
      }
    ],
    "/public/app/features/dimensions/editors/URLPickerTab.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/dimensions/editors/ValueMappingsEditor/ValueMappingsEditorModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/dimensions/scale.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dimensions/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/dimensions/utils.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/explore/ContentOutline/ContentOutline.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/explore/Logs/LiveLogs.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/explore/Logs/Logs.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/explore/Logs/LogsMetaRow.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/explore/Logs/LogsNavigation.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/explore/Logs/LogsNavigationPages.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/explore/Logs/LogsSamplePanel.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/explore/Logs/LogsVolumePanel.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/explore/Logs/LogsVolumePanelList.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/explore/Logs/utils/LogsCrossFadeTransition.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/explore/NodeGraph/NodeGraphContainer.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/explore/PrometheusListView/ItemLabels.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/explore/PrometheusListView/ItemValues.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/explore/PrometheusListView/RawListContainer.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 6
      }
    ],
    "/public/app/features/explore/PrometheusListView/RawListItem.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/explore/PrometheusListView/RawListItemAttributes.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/explore/RichHistory/RichHistoryCard.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 14
      }
    ],
    "/public/app/features/explore/RichHistory/RichHistoryQueriesTab.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 14
      }
    ],
    "/public/app/features/explore/RichHistory/RichHistorySettingsTab.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/explore/RichHistory/RichHistoryStarredTab.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 7
      }
    ],
    "/public/app/features/explore/TraceView/TraceView.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      },
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/explore/TraceView/components/TracePageHeader/Actions/ActionButton.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/explore/TraceView/components/TracePageHeader/SearchBar/NextPrevResult.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 6
      }
    ],
    "/public/app/features/explore/TraceView/components/TracePageHeader/SearchBar/TracePageSearchBar.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/explore/TraceView/components/TracePageHeader/SpanFilters/SpanFilters.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 6
      }
    ],
    "/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/CanvasSpanGraph.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/GraphTicks.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/Scrubber.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/TickLabels.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/explore/TraceView/components/TracePageHeader/SpanGraph/ViewingLayer.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 8
      }
    ],
    "/public/app/features/explore/TraceView/components/TracePageHeader/TracePageHeader.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 9
      }
    ],
    "/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanBarRow.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 22
      }
    ],
    "/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/AccordianKeyValues.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 8
      }
    ],
    "/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/AccordianLogs.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/AccordianReferences.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 14
      }
    ],
    "/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/AccordianText.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/KeyValuesTable.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 6
      }
    ],
    "/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/SpanFlameGraph.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/TextList.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetail/index.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 11
      }
    ],
    "/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanDetailRow.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanLinks.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/explore/TraceView/components/TraceTimelineViewer/SpanTreeOffset.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 6
      }
    ],
    "/public/app/features/explore/TraceView/components/TraceTimelineViewer/Ticks.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/explore/TraceView/components/TraceTimelineViewer/TimelineHeaderRow/TimelineCollapser.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/explore/TraceView/components/TraceTimelineViewer/TimelineHeaderRow/TimelineColumnResizer.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 8
      }
    ],
    "/public/app/features/explore/TraceView/components/TraceTimelineViewer/TimelineHeaderRow/TimelineHeaderRow.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/explore/TraceView/components/TraceTimelineViewer/TimelineHeaderRow/TimelineViewingLayer.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 8
      }
    ],
    "/public/app/features/explore/TraceView/components/TraceTimelineViewer/VirtualizedTraceView.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/explore/TraceView/components/TraceTimelineViewer/index.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/explore/TraceView/components/common/BreakableText.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/explore/TraceView/components/common/CopyIcon.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/explore/TraceView/components/common/LabeledList.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/explore/TraceView/components/common/NewWindowIcon.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/explore/TraceView/components/common/TraceName.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/explore/TraceView/components/demo/trace-generators.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/explore/TraceView/components/model/link-patterns.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 10
      },
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/explore/TraceView/components/model/transform-trace-data.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/explore/TraceView/components/settings/SpanBarSettings.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/explore/TraceView/components/types/trace.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/explore/TraceView/createSpanLink.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/explore/spec/helper/setup.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/explore/state/time.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/explore/state/utils.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 4
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/expressions/ExpressionDatasource.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/expressions/components/Condition.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/expressions/components/Math.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 7
      }
    ],
    "/public/app/features/expressions/guards.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/geo/editor/GazetteerPathEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/geo/editor/locationModeEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/geo/gazetteer/gazetteer.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/geo/utils/frameVectorSource.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/inspector/DetailText.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/inspector/InspectDataOptions.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/inspector/InspectDataTab.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 1
      }
    ],
    "/public/app/features/inspector/InspectJSONTab.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 1
      }
    ],
    "/public/app/features/inspector/InspectStatsTab.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/inspector/InspectStatsTable.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/inspector/InspectStatsTraceIdsTable.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/inspector/QueryInspector.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 1
      },
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 2
      }
    ],
    "/public/app/features/inspector/styles.ts": [
      {
        "message": "Styles should be written using objects.",
        "count": 11
      }
    ],
    "/public/app/features/library-panels/components/LibraryPanelInfo/LibraryPanelInfo.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/library-panels/components/LibraryPanelsSearch/LibraryPanelsSearch.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 9
      }
    ],
    "/public/app/features/library-panels/components/LibraryPanelsView/actions.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/library-panels/components/OpenLibraryPanelModal/OpenLibraryPanelModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/library-panels/components/PanelLibraryOptionsGroup/PanelLibraryOptionsGroup.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/library-panels/styles.ts": [
      {
        "message": "Styles should be written using objects.",
        "count": 6
      }
    ],
    "/public/app/features/library-panels/utils.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/live/LiveConnectionWarning.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/live/centrifuge/LiveDataStream.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/live/centrifuge/channel.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/live/centrifuge/serviceWorkerProxy.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/live/data/amendTimeSeries.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Do not use any type assertions.",
        "count": 4
      }
    ],
    "/public/app/features/logs/components/LoadingIndicator.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/logs/components/LogDetailsRow.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 7
      }
    ],
    "/public/app/features/logs/components/LogLabelStats.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/logs/components/LogLabelStatsRow.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 8
      }
    ],
    "/public/app/features/logs/components/LogLabels.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/logs/components/LogRowMessageDisplayedFields.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/logs/components/getLogRowStyles.ts": [
      {
        "message": "Styles should be written using objects.",
        "count": 36
      }
    ],
    "/public/app/features/logs/components/log-context/LogRowContextModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 13
      }
    ],
    "/public/app/features/logs/utils.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/manage-dashboards/DashboardImportPage.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/manage-dashboards/components/ImportDashboardLibraryPanelsList.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/manage-dashboards/components/PublicDashboardListTable/DeletePublicDashboardModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/manage-dashboards/components/PublicDashboardListTable/PublicDashboardListTable.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 6
      }
    ],
    "/public/app/features/manage-dashboards/state/actions.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 14
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/manage-dashboards/state/reducers.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/org/state/actions.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/org/state/reducers.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/panel/components/VizTypePicker/PanelTypeCard.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 1
      }
    ],
    "/public/app/features/panel/components/VizTypePicker/VisualizationSuggestionCard.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/panel/panellinks/linkSuppliers.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/panel/panellinks/link_srv.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      }
    ],
    "/public/app/features/playlist/EmptyQueryListBanner.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/playlist/PlaylistForm.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 2
      }
    ],
    "/public/app/features/playlist/PlaylistTableRows.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/plugins/admin/components/Badges/PluginUpdateAvailableBadge.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/plugins/admin/components/Badges/sharedStyles.ts": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/plugins/admin/components/GetStartedWithPlugin/GetStartedWithDataSource.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/plugins/admin/components/HorizontalGroup.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/plugins/admin/components/InstallControls/InstallControlsWarning.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/plugins/admin/components/PluginActions.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/plugins/admin/components/PluginDetailsBody.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/plugins/admin/components/PluginDetailsHeaderDependencies.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/plugins/admin/components/PluginDetailsHeaderSignature.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/plugins/admin/components/PluginDetailsPage.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/plugins/admin/components/PluginSignatureDetailsBadge.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/plugins/admin/components/PluginSubtitle.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/plugins/admin/components/PluginUsage.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/plugins/admin/components/VersionList.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/plugins/admin/hooks/useHistory.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/plugins/admin/hooks/usePluginInfo.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/plugins/admin/pages/Browse.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/plugins/admin/state/actions.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/plugins/admin/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/plugins/datasource_srv.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 5
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 8
      }
    ],
    "/public/app/features/plugins/sandbox/distortion_map.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/plugins/sandbox/sandbox_plugin_loader.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 3
      }
    ],
    "/public/app/features/plugins/tests/datasource_srv.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/public/app/features/plugins/utils.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 4
      }
    ],
    "/public/app/features/profile/ChangePasswordForm.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/query/components/QueryEditorRow.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 4
      },
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 1
      }
    ],
    "/public/app/features/query/components/QueryEditorRowHeader.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 8
      }
    ],
    "/public/app/features/query/components/QueryGroup.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 2
      },
      {
        "message": "Styles should be written using objects.",
        "count": 7
      }
    ],
    "/public/app/features/query/components/QueryGroupOptions.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/query/state/DashboardQueryRunner/AnnotationsQueryRunner.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/query/state/DashboardQueryRunner/DashboardQueryRunner.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/query/state/DashboardQueryRunner/PublicAnnotationsDataSource.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/query/state/DashboardQueryRunner/testHelpers.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/query/state/DashboardQueryRunner/utils.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      }
    ],
    "/public/app/features/query/state/PanelQueryRunner.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/query/state/runRequest.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/query/state/updateQueries.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 11
      }
    ],
    "/public/app/features/search/page/components/ActionRow.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/search/page/components/SearchResultsTable.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 13
      }
    ],
    "/public/app/features/search/page/components/columns.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/search/service/bluge.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/search/service/sql.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/search/service/utils.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/search/state/SearchStateManager.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/search/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/search/utils.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/serviceaccounts/components/CreateTokenModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/features/serviceaccounts/components/ServiceAccountProfile.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/serviceaccounts/components/ServiceAccountProfileRow.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/serviceaccounts/components/ServiceAccountTokensTable.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 7
      }
    ],
    "/public/app/features/serviceaccounts/state/reducers.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/storage/Breadcrumb.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/storage/FileView.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 7
      }
    ],
    "/public/app/features/storage/FolderView.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/storage/RootView.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/storage/StoragePage.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 6
      }
    ],
    "/public/app/features/storage/UploadButton.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/storage/storage.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/teams/TeamGroupSync.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/teams/state/reducers.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/teams/state/selectors.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/templating/fieldAccessorCache.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/templating/formatVariableValue.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/public/app/features/templating/templateProxies.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/templating/template_srv.mock.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/templating/template_srv.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 10
      },
      {
        "message": "Do not use any type assertions.",
        "count": 3
      }
    ],
    "/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/BasicMatcherEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/NoopMatcherEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/RangeMatcherEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/utils.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/valueMatchersUI.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/transformers/calculateHeatmap/editor/helper.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/transformers/calculateHeatmap/heatmap.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/transformers/configFromQuery/ConfigFromQueryTransformerEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/transformers/editors/CalculateFieldTransformerEditor/CumulativeOptionsEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/transformers/editors/CalculateFieldTransformerEditor/ReduceRowOptionsEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/transformers/editors/CalculateFieldTransformerEditor/WindowOptionsEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/transformers/editors/ConvertFieldTypeTransformerEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/transformers/editors/GroupByTransformerEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/transformers/editors/OrganizeFieldsTransformerEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/transformers/editors/ReduceTransformerEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/transformers/editors/SortByTransformerEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/transformers/extractFields/ExtractFieldsTransformerEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/transformers/extractFields/components/JSONPathEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/transformers/extractFields/extractFields.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/transformers/extractFields/fieldExtractors.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/transformers/fieldToConfigMapping/FieldToConfigMappingEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      },
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/transformers/fieldToConfigMapping/fieldToConfigMapping.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      }
    ],
    "/public/app/features/transformers/lookupGazetteer/FieldLookupTransformerEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/transformers/lookupGazetteer/fieldLookup.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/transformers/prepareTimeSeries/PrepareTimeSeriesEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/transformers/prepareTimeSeries/prepareTimeSeries.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/transformers/prepareTimeSeries/prepareTimeSeries.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/transformers/spatial/SpatialTransformerEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/transformers/spatial/optionsHelper.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      },
      {
        "message": "Do not use any type assertions.",
        "count": 3
      }
    ],
    "/public/app/features/transformers/standardTransformers.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/users/TokenRevokedModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/features/variables/adapters.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/public/app/features/variables/adhoc/picker/AdHocFilterRenderer.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/variables/constant/reducer.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/variables/custom/reducer.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/variables/datasource/actions.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/variables/editor/VariableEditorContainer.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/variables/editor/VariableEditorEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/variables/editor/VariableEditorList.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 2
      },
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/features/variables/editor/VariableEditorListRow.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 4
      },
      {
        "message": "Styles should be written using objects.",
        "count": 7
      }
    ],
    "/public/app/features/variables/editor/getVariableQueryEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/variables/editor/reducer.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/variables/editor/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/variables/guard.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/variables/inspect/NetworkGraph.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 7
      }
    ],
    "/public/app/features/variables/inspect/VariablesUnknownTable.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/features/variables/inspect/utils.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 8
      },
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/variables/pickers/OptionsPicker/actions.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/variables/pickers/shared/VariableLink.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/features/variables/pickers/shared/VariableOptions.tsx": [
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 1
      }
    ],
    "/public/app/features/variables/query/QueryVariableEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/variables/query/VariableQueryRunner.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/variables/query/actions.test.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/variables/query/actions.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 5
      }
    ],
    "/public/app/features/variables/query/operators.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/variables/query/queryRunners.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/variables/query/queryRunners.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/variables/query/reducer.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/variables/query/variableQueryObserver.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/variables/shared/formatVariable.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/variables/shared/testing/optionsVariableBuilder.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/variables/shared/testing/variableBuilder.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/variables/state/actions.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 7
      }
    ],
    "/public/app/features/variables/state/keyedVariablesReducer.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/variables/state/sharedReducer.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/features/variables/state/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/features/variables/state/upgradeLegacyQueries.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/features/variables/system/adapter.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      },
      {
        "message": "Do not use any type assertions.",
        "count": 4
      }
    ],
    "/public/app/features/variables/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 5
      }
    ],
    "/public/app/features/variables/utils.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 6
      },
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/features/visualization/data-hover/DataHoverRows.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/alertmanager/DataSource.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/alertmanager/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/azuremonitor/azure_monitor/azure_monitor_datasource.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/QueryField.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/azuremonitor/components/QueryEditor/QueryEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/azuremonitor/utils/messageFromError.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/cloud-monitoring/CloudMonitoringMetricFindQuery.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/cloud-monitoring/annotationSupport.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/cloud-monitoring/components/Aggregation.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/cloud-monitoring/components/CloudMonitoringCheatSheet.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/cloud-monitoring/components/VariableQueryEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/cloud-monitoring/components/VisualMetricQueryEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/cloud-monitoring/datasource.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/cloud-monitoring/functions.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/cloud-monitoring/types/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/components/CheatSheet/LogsCheatSheet.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/components/ConfigEditor/XrayLinkConfig.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/components/QueryEditor/LogsQueryEditor/LogsQueryEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/components/QueryEditor/LogsQueryEditor/LogsQueryFieldOld.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/components/QueryEditor/MetricsQueryEditor/DynamicLabelsField.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/components/shared/LogGroups/LegacyLogGroupNamesSelection.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/datasource.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/guards.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/language/cloudwatch-logs/CloudWatchLogsLanguageProvider.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/memoizedDebounce.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 7
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/utils/datalinks.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/utils/logsRetry.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/dashboard/runSharedRequest.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/ElasticResponse.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 32
      },
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/LanguageProvider.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/LegacyQueryRunner.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/QueryBuilder.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 8
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/AddRemove.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/MetricPicker.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/BucketAggregationEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/DateHistogramSettingsEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/FiltersSettingsEditor/index.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/SettingsEditor/TermsSettingsEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/aggregations.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/QueryEditor/BucketAggregationsEditor/state/reducer.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/MetricEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/BucketScriptSettingsEditor/index.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/SettingField.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/SettingsEditor/TopMetricsSettingsEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/aggregations.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/state/reducer.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/styles.ts": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/QueryEditor/QueryEditorRow.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/QueryEditor/SettingsEditorContainer.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/QueryEditor/index.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/QueryEditor/styles.ts": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/configuration/DataLink.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 6
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/configuration/DataLinks.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/datasource.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 5
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/hooks/useStatelessReducer.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/test-helpers/render.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/grafana-pyroscope-datasource/QueryEditor/LabelsEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/grafana-pyroscope-datasource/utils.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/grafana-testdata-datasource/QueryEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      },
      {
        "message": "Do not use any type assertions.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/grafana-testdata-datasource/components/RandomWalkEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/grafana-testdata-datasource/components/SimulationQueryEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/grafana-testdata-datasource/components/SimulationSchemaForm.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      },
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/grafana-testdata-datasource/datasource.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/grafana-testdata-datasource/nodeGraphUtils.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/grafana-testdata-datasource/runStreams.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/grafana/components/AnnotationQueryEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/grafana/components/QueryEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      },
      {
        "message": "Do not use any type assertions.",
        "count": 4
      },
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/grafana/components/TimePickerInput.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/plugins/datasource/grafana/components/TimeRegionEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/grafana/datasource.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      },
      {
        "message": "Do not use any type assertions.",
        "count": 7
      }
    ],
    "/public/app/plugins/datasource/graphite/components/AddGraphiteFunction.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/graphite/components/FunctionParamEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/graphite/components/GraphiteFunctionEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/graphite/components/GraphiteQueryEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/graphite/components/MetricTankMetaInspector.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 10
      }
    ],
    "/public/app/plugins/datasource/graphite/components/TagsSection.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/graphite/components/helpers.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/graphite/datasource.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/graphite/datasource.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 51
      },
      {
        "message": "Do not use any type assertions.",
        "count": 4
      }
    ],
    "/public/app/plugins/datasource/graphite/gfunc.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 9
      },
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/graphite/graphite_query.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 19
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/graphite/lexer.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 7
      }
    ],
    "/public/app/plugins/datasource/graphite/migrations.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/graphite/specs/graphite_query.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/graphite/specs/store.test.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/graphite/state/context.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/graphite/state/helpers.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/graphite/state/store.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/graphite/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/graphite/utils.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/influxdb/components/editor/config/ConfigEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/influxdb/components/editor/query/flux/FluxQueryEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/influxdb/components/editor/query/fsql/FSQLEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/influxdb/components/editor/query/influxql/visual/VisualInfluxQLEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/influxdb/datasource.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 14
      }
    ],
    "/public/app/plugins/datasource/influxdb/influx_query_model.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 13
      }
    ],
    "/public/app/plugins/datasource/influxdb/influx_series.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 19
      }
    ],
    "/public/app/plugins/datasource/influxdb/migrations.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/influxdb/mocks.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 4
      }
    ],
    "/public/app/plugins/datasource/influxdb/query_part.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 16
      }
    ],
    "/public/app/plugins/datasource/influxdb/response_parser.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/jaeger/CheatSheet.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/jaeger/configuration/ConfigEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/jaeger/configuration/TraceIdTimeParams.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/jaeger/datasource.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/jaeger/testResponse.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/jaeger/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/loki/LanguageProvider.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/loki/LiveStreams.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/loki/components/LokiContextUi.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 11
      }
    ],
    "/public/app/plugins/datasource/loki/components/LokiLabelBrowser.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 14
      }
    ],
    "/public/app/plugins/datasource/loki/components/LokiOptionFields.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/loki/components/monaco-query-field/MonacoQueryField.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/loki/configuration/ConfigEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/loki/configuration/DerivedField.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 7
      }
    ],
    "/public/app/plugins/datasource/loki/configuration/DerivedFields.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/plugins/datasource/loki/datasource.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 6
      }
    ],
    "/public/app/plugins/datasource/loki/queryUtils.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/loki/querybuilder/binaryScalarOperations.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/loki/querybuilder/components/LabelBrowserModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilder.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryCodeEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/loki/querybuilder/components/QueryPattern.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/plugins/datasource/loki/querybuilder/components/QueryPatternsModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/loki/streaming.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/opentsdb/components/OpenTsdbQueryEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/opentsdb/datasource.d.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/opentsdb/datasource.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 57
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/opentsdb/migrations.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/parca/QueryEditor/LabelsEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/prometheus/components/PromExemplarField.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/prometheus/components/PromExploreExtraField.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/prometheus/components/PromQueryField.test.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/prometheus/components/PromQueryField.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/prometheus/components/PrometheusMetricsBrowser.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 12
      }
    ],
    "/public/app/plugins/datasource/prometheus/components/monaco-query-field/MonacoQueryField.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/prometheus/configuration/AzureCredentialsConfig.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 18
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/prometheus/configuration/ConfigEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      },
      {
        "message": "Styles should be written using objects.",
        "count": 16
      }
    ],
    "/public/app/plugins/datasource/prometheus/configuration/ExemplarsSettings.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/prometheus/datasource.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 13
      }
    ],
    "/public/app/plugins/datasource/prometheus/language_provider.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 5
      }
    ],
    "/public/app/plugins/datasource/prometheus/language_utils.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/prometheus/metric_find_query.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 5
      }
    ],
    "/public/app/plugins/datasource/prometheus/query_hints.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/QueryPattern.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/QueryPatternsModal.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/binaryScalarOperations.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/components/LabelFilterItem.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 4
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/components/LabelFilters.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/components/LabelParamEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/components/MetricSelect.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      },
      {
        "message": "Styles should be written using objects.",
        "count": 9
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryBuilder.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryCodeEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/components/metrics-modal/AdditionalSettings.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/components/metrics-modal/ResultsTable.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 13
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/components/metrics-modal/styles.ts": [
      {
        "message": "Styles should be written using objects.",
        "count": 19
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/operationUtils.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/shared/LabelFilterItem.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 8
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/shared/LabelFilters.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/shared/OperationParamEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/shared/QueryBuilderHints.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/shared/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/prometheus/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/tempo/LokiSearch.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/tempo/ServiceGraphSection.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter/AdHocFilterRenderer.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/tempo/_importedDependencies/datasources/loki/LanguageProvider.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/tempo/_importedDependencies/datasources/loki/monaco-query-field/MonacoQueryField.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      },
      {
        "message": "Use data-testid for E2E selectors instead of aria-label",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/tempo/_importedDependencies/datasources/loki/monaco-query-field/monaco-completion-provider/CompletionDataProvider.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/tempo/_importedDependencies/datasources/loki/monaco-query-field/monaco-completion-provider/index.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/tempo/_importedDependencies/datasources/loki/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      }
    ],
    "/public/app/plugins/datasource/tempo/_importedDependencies/datasources/prometheus/language_utils.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/tempo/_importedDependencies/datasources/prometheus/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/tempo/_importedDependencies/store.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/tempo/_importedDependencies/test/helpers/createFetchResponse.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/tempo/configuration/TraceQLSearchSettings.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/tempo/datasource.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      }
    ],
    "/public/app/plugins/datasource/tempo/language_provider.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/tempo/resultTransformer.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      },
      {
        "message": "Do not use any type assertions.",
        "count": 4
      }
    ],
    "/public/app/plugins/datasource/zipkin/ConfigEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/zipkin/QueryField.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/zipkin/datasource.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/zipkin/utils/testResponse.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/zipkin/utils/transforms.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/alertGroups/AlertGroup.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 7
      }
    ],
    "/public/app/plugins/panel/alertlist/AlertInstances.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/panel/alertlist/AlertList.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      },
      {
        "message": "Styles should be written using objects.",
        "count": 10
      }
    ],
    "/public/app/plugins/panel/alertlist/AlertListMigrationHandler.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/plugins/panel/alertlist/UnifiedAlertList.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 17
      }
    ],
    "/public/app/plugins/panel/alertlist/unified-alerting/UngroupedView.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 7
      }
    ],
    "/public/app/plugins/panel/annolist/AnnoListPanel.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/barchart/BarChartPanel.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/plugins/panel/barchart/bars.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/barchart/module.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/barchart/quadtree.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/candlestick/CandlestickPanel.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/canvas/editor/element/APIEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/canvas/editor/element/PlacementEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/canvas/editor/element/elementEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/canvas/editor/inline/InlineEditBody.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 3
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/canvas/editor/layer/TreeNavigationEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/canvas/editor/layer/layerEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/plugins/panel/canvas/globalStyles.ts": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/dashlist/styles.ts": [
      {
        "message": "Styles should be written using objects.",
        "count": 7
      }
    ],
    "/public/app/plugins/panel/datagrid/utils.ts": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/plugins/panel/debug/CursorView.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/debug/EventBusLogger.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/plugins/panel/gauge/GaugeMigrations.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/geomap/components/MarkersLegend.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/geomap/editor/GeomapStyleRulesEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/geomap/editor/StyleEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 12
      }
    ],
    "/public/app/plugins/panel/geomap/editor/StyleRuleEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/geomap/layers/basemaps/esri.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/geomap/layers/data/geojsonDynamic.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/geomap/layers/data/routeLayer.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/geomap/layers/registry.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/plugins/panel/geomap/migrations.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/plugins/panel/geomap/utils/layers.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/geomap/utils/tooltip.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/gettingstarted/components/DocsCard.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/plugins/panel/gettingstarted/components/Step.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 4
      }
    ],
    "/public/app/plugins/panel/gettingstarted/components/TutorialCard.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 6
      }
    ],
    "/public/app/plugins/panel/gettingstarted/components/sharedStyles.ts": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/heatmap/HeatmapPanel.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/heatmap/migrations.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/heatmap/palettes.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/heatmap/types.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/heatmap/utils.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 17
      }
    ],
    "/public/app/plugins/panel/histogram/Histogram.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/live/LiveChannelEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/live/LivePanel.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 7
      }
    ],
    "/public/app/plugins/panel/live/types.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/logs/LogsPanel.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/nodeGraph/Edge.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/nodeGraph/EdgeLabel.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/nodeGraph/Legend.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/panel/nodeGraph/Marker.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 3
      }
    ],
    "/public/app/plugins/panel/nodeGraph/Node.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 9
      }
    ],
    "/public/app/plugins/panel/nodeGraph/NodeGraph.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 10
      },
      {
        "message": "Do not use any type assertions.",
        "count": 4
      }
    ],
    "/public/app/plugins/panel/nodeGraph/ViewControls.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/nodeGraph/editor/ArcOptionsEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/nodeGraph/layout.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 2
      }
    ],
    "/public/app/plugins/panel/nodeGraph/useContextMenu.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/panel/piechart/PieChart.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 5
      }
    ],
    "/public/app/plugins/panel/piechart/migrations.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/plugins/panel/stat/StatMigrations.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/state-timeline/migrations.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 2
      }
    ],
    "/public/app/plugins/panel/table/TablePanel.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/panel/table/cells/SparklineCellOptionsEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/table/migrations.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 6
      }
    ],
    "/public/app/plugins/panel/text/TextPanel.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/panel/text/TextPanelEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/text/textPanelMigrationHandler.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/timeseries/TimezonesEditor.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/panel/timeseries/migrations.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 6
      },
      {
        "message": "Do not use any type assertions.",
        "count": 4
      }
    ],
    "/public/app/plugins/panel/timeseries/plugins/AnnotationsPlugin2.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/timeseries/plugins/ThresholdDragHandle.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 7
      }
    ],
    "/public/app/plugins/panel/timeseries/plugins/annotations/AnnotationEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/timeseries/plugins/annotations/AnnotationEditorForm.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 7
      }
    ],
    "/public/app/plugins/panel/timeseries/plugins/annotations/AnnotationTooltip.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 9
      }
    ],
    "/public/app/plugins/panel/timeseries/plugins/annotations2/AnnotationEditor2.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/timeseries/plugins/annotations2/AnnotationMarker2.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/timeseries/plugins/annotations2/AnnotationTooltip2.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/timeseries/plugins/styles.ts": [
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/panel/traces/TracesPanel.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/welcome/Welcome.tsx": [
      {
        "message": "Styles should be written using objects.",
        "count": 6
      }
    ],
    "/public/app/plugins/panel/xychart/AutoEditor.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Styles should be written using objects.",
        "count": 2
      }
    ],
    "/public/app/plugins/panel/xychart/ManualEditor.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/xychart/TooltipView.tsx": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/xychart/XYChartPanel.tsx": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/plugins/panel/xychart/scatter.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 7
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 4
      }
    ],
    "/public/app/store/configureStore.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/store/store.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      },
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/types/alerting.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 5
      }
    ],
    "/public/app/types/appEvent.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 7
      }
    ],
    "/public/app/types/dashboard.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/app/types/events.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 13
      }
    ],
    "/public/app/types/jquery/jquery.d.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 9
      }
    ],
    "/public/app/types/store.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      },
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/app/types/unified-alerting-dto.ts": [
      {
        "message": "Do not use any type assertions.",
        "count": 1
      }
    ],
    "/public/test/core/redux/reduxTester.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 6
      }
    ],
    "/public/test/core/thunk/thunkTester.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 8
      }
    ],
    "/public/test/global-jquery-shim.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/test/helpers/getDashboardModel.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/test/helpers/initTemplateSrv.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/test/jest-setup.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/test/lib/common.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 1
      }
    ],
    "/public/test/specs/helpers.ts": [
      {
        "message": "Unexpected any. Specify a different type.",
        "count": 11
      }
    ]
  },
  "no undocumented stories": {
    "/packages/grafana-ui/src/components/ButtonCascader/ButtonCascader.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/ColorPicker/ColorPickerPopover.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/DateTimePickers/RelativeTimeRangePicker/RelativeTimeRangePicker.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/DateTimePickers/TimeOfDayPicker.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/DateTimePickers/TimeRangePicker.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/DateTimePickers/TimeZonePicker.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/DateTimePickers/WeekStartPicker.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/PageLayout/PageToolbar.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/QueryField/QueryField.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/SecretTextArea/SecretTextArea.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Segment/Segment.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Segment/SegmentAsync.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Segment/SegmentInput.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Slider/RangeSlider.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Slider/Slider.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/StatsPicker/StatsPicker.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/ThemeDemos/ThemeDemo.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/VizLayout/VizLayout.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/VizLegend/VizLegend.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/VizTooltip/SeriesTable.story.tsx": [
      {
        "message": "No undocumented stories are allowed, please add an .mdx file with some documentation",
        "count": 1
      }
    ]
  },
  "no gf-form usage": {
    "/e2e/utils/flows/addDataSource.ts": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/packages/grafana-e2e/src/flows/addDataSource.ts": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/packages/grafana-prometheus/src/components/PromExploreExtraField.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 4
      }
    ],
    "/packages/grafana-prometheus/src/components/PromQueryField.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 6
      }
    ],
    "/packages/grafana-prometheus/src/configuration/AlertingSettingsOverhaul.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/packages/grafana-prometheus/src/configuration/ExemplarSetting.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/packages/grafana-prometheus/src/configuration/PromSettings.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 25
      }
    ],
    "/packages/grafana-prometheus/src/querybuilder/components/PromQueryCodeEditor.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/DataSourceSettings/AlertingSettings.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/packages/grafana-ui/src/components/DataSourceSettings/CustomHeadersSettings.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/packages/grafana-ui/src/components/DataSourceSettings/DataSourceHttpSettings.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 16
      }
    ],
    "/packages/grafana-ui/src/components/DataSourceSettings/HttpProxySettings.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/packages/grafana-ui/src/components/DataSourceSettings/SecureSocksProxySettings.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/packages/grafana-ui/src/components/DataSourceSettings/TLSAuthSettings.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/packages/grafana-ui/src/components/FormField/FormField.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/FormLabel/FormLabel.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/packages/grafana-ui/src/components/Forms/Legacy/Input/Input.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Forms/Legacy/Select/NoOptionsMessage.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/components/Forms/Legacy/Select/Select.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 6
      }
    ],
    "/packages/grafana-ui/src/components/Forms/Legacy/Select/SelectOption.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 4
      }
    ],
    "/packages/grafana-ui/src/components/Forms/Legacy/Switch/Switch.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 8
      }
    ],
    "/packages/grafana-ui/src/components/SecretFormField/SecretFormField.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/components/Segment/Segment.story.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/components/Segment/SegmentAsync.story.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 2
      }
    ],
    "/packages/grafana-ui/src/components/Segment/SegmentInput.story.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/packages/grafana-ui/src/components/Segment/SegmentInput.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 2
      }
    ],
    "/plugins-bundled/internal/input-datasource/src/InputConfigEditor.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/angular/components/code_editor/code_editor.ts": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/angular/components/form_dropdown/form_dropdown.ts": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 4
      }
    ],
    "/public/app/angular/components/info_popover.ts": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 2
      }
    ],
    "/public/app/angular/components/switch.ts": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 8
      }
    ],
    "/public/app/angular/dropdown_typeahead.ts": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 4
      }
    ],
    "/public/app/angular/metric_segment.ts": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 4
      }
    ],
    "/public/app/angular/misc.ts": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 2
      }
    ],
    "/public/app/angular/panel/partials/query_editor_row.html": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/angular/partials/tls_auth_settings.html": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 35
      }
    ],
    "/public/app/core/components/AccessControl/PermissionList.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/core/components/PageHeader/PageHeader.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 2
      }
    ],
    "/public/app/features/admin/UserLdapSyncInfo.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/public/app/features/admin/partials/edit_org.html": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 8
      }
    ],
    "/public/app/features/admin/partials/styleguide.html": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 4
      }
    ],
    "/public/app/features/alerting/AlertRuleList.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 4
      }
    ],
    "/public/app/features/alerting/partials/alert_tab.html": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 71
      }
    ],
    "/public/app/features/annotations/partials/event_editor.html": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 7
      }
    ],
    "/public/app/features/dashboard-scene/sharing/ShareLinkTab.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/features/dashboard/components/SubMenu/AnnotationPicker.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 2
      }
    ],
    "/public/app/features/dashboard/components/SubMenu/SubMenuItems.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/features/datasources/components/BasicSettings.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/public/app/features/datasources/components/ButtonRow.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/features/datasources/components/DataSourceLoadError.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/features/datasources/components/DataSourcePluginState.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 4
      }
    ],
    "/public/app/features/datasources/components/DataSourceTestingStatus.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/features/plugins/admin/components/AppConfigWrapper.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/features/query/components/QueryEditorRow.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/features/query/components/QueryGroupOptions.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 17
      }
    ],
    "/public/app/features/transformers/FilterByValueTransformer/ValueMatchers/RangeMatcherEditor.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/public/app/features/transformers/editors/OrganizeFieldsTransformerEditor.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 5
      }
    ],
    "/public/app/features/variables/adhoc/picker/AdHocFilter.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/features/variables/adhoc/picker/AdHocFilterKey.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/public/app/features/variables/adhoc/picker/AdHocFilterRenderer.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/features/variables/adhoc/picker/AdHocFilterValue.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/features/variables/adhoc/picker/ConditionSegment.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 2
      }
    ],
    "/public/app/features/variables/pickers/PickerRenderer.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 5
      }
    ],
    "/public/app/features/variables/pickers/shared/VariableInput.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/partials/confirm_modal.html": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/partials/reset_password.html": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 13
      }
    ],
    "/public/app/partials/signup_invited.html": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 14
      }
    ],
    "/public/app/plugins/datasource/alertmanager/ConfigEditor.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 4
      }
    ],
    "/public/app/plugins/datasource/cloud-monitoring/components/AnnotationsHelp.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/components/ConfigEditor/ConfigEditor.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/components/ConfigEditor/XrayLinkConfig.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/components/QueryEditor/LogsQueryEditor/LogsQueryEditor.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/components/QueryEditor/LogsQueryEditor/LogsQueryField.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/components/QueryEditor/LogsQueryEditor/LogsQueryFieldOld.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 4
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/components/shared/LogGroups/LegacyLogGroupNamesSelection.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/cloudwatch/components/shared/LogGroups/LogGroupsField.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/components/QueryEditor/SettingsEditorContainer.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/elasticsearch/configuration/DataLinks.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/grafana-pyroscope-datasource/ConfigEditor.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/graphite/components/AnnotationsEditor.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/graphite/configuration/MappingsConfiguration.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/influxdb/components/editor/annotation/AnnotationEditor.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 8
      }
    ],
    "/public/app/plugins/datasource/influxdb/components/editor/query/QueryEditor.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/influxdb/components/editor/query/flux/FluxQueryEditor.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 5
      }
    ],
    "/public/app/plugins/datasource/influxdb/components/editor/query/fsql/FSQLEditor.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 5
      }
    ],
    "/public/app/plugins/datasource/influxdb/components/editor/query/influxql/visual/PartListSection.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/influxdb/components/editor/query/influxql/visual/TagsSection.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/influxdb/components/editor/variable/VariableQueryEditor.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 4
      }
    ],
    "/public/app/plugins/datasource/loki/components/AnnotationsQueryEditor.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/loki/components/LokiOptionFields.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/loki/components/LokiQueryField.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/loki/configuration/DerivedField.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/loki/querybuilder/components/LokiQueryCodeEditor.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/opentsdb/components/AnnotationEditor.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/prometheus/components/PromExploreExtraField.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 4
      }
    ],
    "/public/app/plugins/datasource/prometheus/components/PromQueryField.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 6
      }
    ],
    "/public/app/plugins/datasource/prometheus/configuration/AlertingSettingsOverhaul.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/prometheus/configuration/AzureAuthSettings.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/prometheus/configuration/AzureCredentialsForm.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 21
      }
    ],
    "/public/app/plugins/datasource/prometheus/configuration/ExemplarSetting.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/prometheus/configuration/PromSettings.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 25
      }
    ],
    "/public/app/plugins/datasource/prometheus/querybuilder/components/PromQueryCodeEditor.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter/AdHocFilter.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter/AdHocFilterKey.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter/AdHocFilterRenderer.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter/AdHocFilterValue.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 1
      }
    ],
    "/public/app/plugins/datasource/tempo/_importedDependencies/components/AdHocFilter/ConditionSegment.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 2
      }
    ],
    "/public/app/plugins/datasource/tempo/_importedDependencies/datasources/loki/LokiQueryField.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 3
      }
    ],
    "/public/app/plugins/datasource/zipkin/QueryField.tsx": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 2
      }
    ],
    "/public/app/plugins/panel/graph/axes_editor.html": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 50
      }
    ],
    "/public/app/plugins/panel/graph/tab_display.html": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 56
      }
    ],
    "/public/app/plugins/panel/graph/tab_legend.html": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 42
      }
    ],
    "/public/app/plugins/panel/graph/tab_series_overrides.html": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 10
      }
    ],
    "/public/app/plugins/panel/graph/thresholds_form.html": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 31
      }
    ],
    "/public/app/plugins/panel/graph/time_regions_form.html": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 32
      }
    ],
    "/public/app/plugins/panel/heatmap/partials/axes_editor.html": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 53
      }
    ],
    "/public/app/plugins/panel/heatmap/partials/display_editor.html": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 51
      }
    ],
    "/public/app/plugins/panel/table-old/column_options.html": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 91
      }
    ],
    "/public/app/plugins/panel/table-old/editor.html": [
      {
        "message": "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.",
        "count": 22
      }
    ]
  }
}
back to top