Re-enable no-useless-path-segments rule (#10860)

This commit is contained in:
Kamil Gabryjelski
2020-09-14 19:38:18 +02:00
committed by GitHub
parent 906a629b33
commit 7f1012360a
12 changed files with 14 additions and 20 deletions

View File

@@ -35,7 +35,7 @@ import * as exploreActions from '../actions/exploreActions';
import * as saveModalActions from '../actions/saveModalActions';
import * as chartActions from '../../chart/chartAction';
import { fetchDatasourceMetadata } from '../../dashboard/actions/datasources';
import * as logActions from '../../logger/actions/';
import * as logActions from '../../logger/actions';
import {
LOG_ACTIONS_MOUNT_EXPLORER,
LOG_ACTIONS_CHANGE_EXPLORE_CONTROLS,