diff --git a/.eslintrc-typescript.yml b/.eslintrc-typescript.yml index 6141a466f..54eacbcae 100644 --- a/.eslintrc-typescript.yml +++ b/.eslintrc-typescript.yml @@ -5,6 +5,3 @@ extends: [ rules: "@typescript-eslint/ban-ts-comment": off "@typescript-eslint/ban-types": off - "@typescript-eslint/no-explicit-any": warn - "@typescript-eslint/no-unused-vars": warn - explicit-module-boundary-types: off diff --git a/.eslintrc.yml b/.eslintrc.yml index 2f79a46f8..7614396ea 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -13,7 +13,6 @@ globals: plugins: - import rules: - no-unused-vars: warn import/order: - error - groups: diff --git a/src/Components/ImagesTable/ClonesTable.tsx b/src/Components/ImagesTable/ClonesTable.tsx index cb6cb41e6..4a6e139cb 100644 --- a/src/Components/ImagesTable/ClonesTable.tsx +++ b/src/Components/ImagesTable/ClonesTable.tsx @@ -1,6 +1,6 @@ import React, { useEffect, useState } from 'react'; -import { ClipboardCopy, Skeleton } from '@patternfly/react-core'; +import { ClipboardCopy } from '@patternfly/react-core'; import { Table, Tbody, Td, Th, Thead, Tr } from '@patternfly/react-table'; import { StatusClone, AwsDetailsStatus } from './Status';