ESLint: Make no-unused-vars rule stricter
This switches the `no-unused-vars` from warning to error and fixes the errors this caused.
This commit is contained in:
parent
275e1d7163
commit
baf58829eb
2 changed files with 0 additions and 6 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import React from 'react';
|
||||
|
||||
import {
|
||||
Alert,
|
||||
Button,
|
||||
DatePicker,
|
||||
Flex,
|
||||
|
|
@ -12,9 +11,6 @@ import {
|
|||
Title,
|
||||
} from '@patternfly/react-core';
|
||||
|
||||
import ConditionalTooltip from './components/ConditionalTooltip';
|
||||
|
||||
import { useListFeaturesQuery } from '../../../../store/contentSourcesApi';
|
||||
import { useAppDispatch, useAppSelector } from '../../../../store/hooks';
|
||||
import {
|
||||
selectSnapshotDate,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue