Skip to content

Commit 96b7552

Browse files
committed
disabling rules .eslintrc
1 parent 10b6363 commit 96b7552

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.eslintrc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"extends": "next/core-web-vitals"
2+
"extends": "next/core-web-vitals",
3+
"rules": {
4+
"react/no-unescaped-entities": "off",
5+
"@next/next/no-page-custom-font": "off"
6+
}
37
}

src/components/card-project.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import { PropsCardBox } from "../@Types/api.github";
55
import { intlFormatDistance, parseISO } from 'date-fns';
66
import cx from "clsx";
77

8-
import { useEffect, useState } from "react";
9-
108
export default function CardBox({
119
repoTitle,
1210
vercelURL,

0 commit comments

Comments
 (0)