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

@@ -40,11 +40,11 @@ import { t } from '@superset-ui/core';
import Button from 'src/components/Button';
import getClientErrorObject from '../../utils/getClientErrorObject';
import CopyToClipboard from './../../components/CopyToClipboard';
import CopyToClipboard from '../../components/CopyToClipboard';
import { getChartDataRequest } from '../../chart/chartAction';
import downloadAsImage from '../../utils/downloadAsImage';
import Loading from '../../components/Loading';
import ModalTrigger from './../../components/ModalTrigger';
import ModalTrigger from '../../components/ModalTrigger';
import RowCountLabel from './RowCountLabel';
import {
applyFormattingToTabularData,