diff --git a/eslint-suppressions.json b/eslint-suppressions.json index f633ed5b4eb..e21bb18e071 100644 --- a/eslint-suppressions.json +++ b/eslint-suppressions.json @@ -2657,11 +2657,6 @@ "count": 1 } }, - "public/app/features/inspector/InspectJSONTab.tsx": { - "no-restricted-syntax": { - "count": 1 - } - }, "public/app/features/inspector/InspectStatsTab.tsx": { "@grafana/no-aria-label-selectors": { "count": 1 diff --git a/public/app/features/inspector/InspectJSONTab.tsx b/public/app/features/inspector/InspectJSONTab.tsx index 176f13a436a..fc0fa2f9335 100644 --- a/public/app/features/inspector/InspectJSONTab.tsx +++ b/public/app/features/inspector/InspectJSONTab.tsx @@ -125,7 +125,7 @@ export function InspectJSONTab({ panel, dashboard, data, onClose }: Props) { return (