We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b6363 commit 96b7552Copy full SHA for 96b7552
2 files changed
.eslintrc.json
@@ -1,3 +1,7 @@
1
{
2
- "extends": "next/core-web-vitals"
+ "extends": "next/core-web-vitals",
3
+ "rules": {
4
+ "react/no-unescaped-entities": "off",
5
+ "@next/next/no-page-custom-font": "off"
6
+ }
7
}
src/components/card-project.tsx
@@ -5,8 +5,6 @@ import { PropsCardBox } from "../@Types/api.github";
import { intlFormatDistance, parseISO } from 'date-fns';
import cx from "clsx";
8
-import { useEffect, useState } from "react";
9
-
10
export default function CardBox({
11
repoTitle,
12
vercelURL,
0 commit comments