mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Eslint: no-duplicate-imports rule (bump grafana-eslint-config) (#30989)
* Eslint: no-duplicate-imports rule (bump grafana-eslint-config) * Chore: Fix duplicate imports (#31041) * Rebased this branch into eslint-no-duplicate-imports * updated some changes * merged uncaught duplicate imports * fixes frontend test- I hope * fixes e2e test- I hope Co-authored-by: Uchechukwu Obasi <obasiuche62@gmail.com>
This commit is contained in:
@@ -2,11 +2,9 @@ import each from 'lodash/each';
|
||||
import template from 'lodash/template';
|
||||
|
||||
import config from 'app/core/config';
|
||||
import { dateMath } from '@grafana/data';
|
||||
import { angularMocks, sinon } from '../lib/common';
|
||||
import { PanelModel } from 'app/features/dashboard/state/PanelModel';
|
||||
import { RawTimeRange } from '@grafana/data';
|
||||
import { PanelPluginMeta } from '@grafana/data';
|
||||
import { RawTimeRange, PanelPluginMeta, dateMath } from '@grafana/data';
|
||||
import { GrafanaRootScope } from 'app/routes/GrafanaCtrl';
|
||||
|
||||
export function ControllerTestContext(this: any) {
|
||||
|
||||
Reference in New Issue
Block a user