Merge pull request #3 from mr-shortman/dev

removed unused imports and disabled eslint no any rule
This commit is contained in:
Pablo 2024-12-02 13:16:20 +01:00 committed by GitHub
commit ea1176a2fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -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"
}
} }

View File

@ -1,9 +1,8 @@
import React from "react"; import React from "react";
import { Button } from "./ui/button";
import Image from "next/image"; import Image from "next/image";
import { cn } from "@/lib/utils"; import { cn } from "@/lib/utils";
import Link from "next/link"; import Link from "next/link";
import { SocialIcon, socials } from "@/app.config"; import { socials } from "@/app.config";
const icons = { const icons = {
github: (props: any) => ( github: (props: any) => (