FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

turned off eslint · VansRouges/Portfolio-2.0@9744415 · GitHub

Commit 9744415

Browse files
committed
turned off eslint
1 parent 9b23837 commit 9744415

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

‎.eslintrc.json‎

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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
}
8+
// {
9+
// "extends": "next",
10+
// "rules": {
11+
// "react/no-unescaped-entities": "off",
12+
// "@next/next/no-page-custom-font": "off"
13+
// }
14+
// }

‎components/About.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function About({ }: Props) {
2828
duration: 1.2,
2929
}}
3030
whileInView={{ opacity: 1, x:0 }}
31-
// viewport={{ once:true }}
31+
viewport={{ once:true }}
3232
src='https://cdn.sanity.io/images/wpot5oxi/production/1ba14cde26af0662769ddd8002cde0541fd8d451-720x960.jpg'
3333
className='flex relative top-11 flex-shrink-0 w-40 h-40 rounded-full object-cover
3434
md:rounded-lg md:w-64 md:h-96 xl:w-[500px] xl:h-[600px] xs:top-14 my-14'

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL