From 50f5d2755d553f4e260612334131093a91ac5e40 Mon Sep 17 00:00:00 2001 From: mr-shortman Date: Mon, 2 Dec 2024 13:14:28 +0100 Subject: [PATCH] removed unused imports and disabled eslint no any rule --- .eslintrc.json | 5 ++++- src/components/me-card.tsx | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 3722418..d8d80b0 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,3 +1,6 @@ { - "extends": ["next/core-web-vitals", "next/typescript"] + "extends": ["next/core-web-vitals", "next/typescript"], + "rules": { + "@typescript-eslint/no-explicit-any": "off" + } } diff --git a/src/components/me-card.tsx b/src/components/me-card.tsx index 273e90f..0ef1797 100644 --- a/src/components/me-card.tsx +++ b/src/components/me-card.tsx @@ -1,9 +1,8 @@ import React from "react"; -import { Button } from "./ui/button"; import Image from "next/image"; import { cn } from "@/lib/utils"; import Link from "next/link"; -import { SocialIcon, socials } from "@/app.config"; +import { socials } from "@/app.config"; const icons = { github: (props: any) => (