File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
// "plugin:prettier/recommended"
6
6
],
7
7
"parser" : " @typescript-eslint/parser" ,
8
- "plugins" : [" @typescript-eslint" ]
9
- // "rules": {
8
+ "plugins" : [" @typescript-eslint" ],
9
+ "rules" : {
10
+ "@typescript-eslint/no-explicit-any" : " off"
10
11
// "prettier/prettier": ["error", { "endOfLine": "auto" }]
11
- // }
12
+ }
12
13
}
Original file line number Diff line number Diff line change 1
1
// import DiscordLogo from "@/public/assets/discord_logo.svg"
2
2
import Image from 'next/image' ;
3
- import { stage1 , stage2 , stage3 } from '/public/data/resourceCards' ;
3
+ import { stage1 , stage2 , stage3 } from '../../.. /public/data/resourceCards' ;
4
4
5
5
const boxStyling =
6
6
'border border-[#595F6D] rounded-lg hover:border-[#788093] hover:bg-[#070034] hover:bg-opacity-75 transition-all duration-300' ;
Original file line number Diff line number Diff line change 1
- import Link from 'next/link' ;
2
1
import React from 'react' ;
3
2
import Footer from '@/components/Footer' ;
4
3
You can’t perform that action at this time.
0 commit comments