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) => (