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:
regexowl 2024-04-30 09:38:38 +02:00 committed by Lucas Garfield
parent 275e1d7163
commit baf58829eb
2 changed files with 0 additions and 6 deletions

View file

@ -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,